terminal: OSC 133;I

This commit is contained in:
Mitchell Hashimoto
2026-01-24 14:22:25 -08:00
parent 4d555f878e
commit ae65998d5b
3 changed files with 35 additions and 2 deletions

View File

@@ -137,6 +137,7 @@ pub const Cursor = struct {
/// The current semantic content type for the cursor that will be
/// applied to any newly written cells.
semantic_content: pagepkg.Cell.SemanticContent = .output,
semantic_content_clear_eol: bool = false,
/// The pointers into the page list where the cursor is currently
/// located. This makes it faster to move the cursor.