feat: scroll-to-bottom on output via renderer pin tracking

Co-Authored-By: Sachin <sachinbeniwal0101@gmail.com>
This commit is contained in:
benodiwal
2025-12-18 05:44:46 +05:30
committed by Mitchell Hashimoto
parent 81f537e992
commit e197b95c32
3 changed files with 41 additions and 0 deletions

View File

@@ -108,6 +108,10 @@ pub const Message = union(enum) {
/// Selected search index change
search_selected: ?usize,
/// Scroll the viewport to the bottom. This is triggered by the renderer
/// when new output is detected and scroll-to-bottom on output is enabled.
scroll_to_bottom,
pub const ReportTitleStyle = enum {
csi_21_t,