summaryrefslogtreecommitdiff
path: root/src/terminal/csi.zig
AgeCommit message (Expand)Author
2024-11-13terminal: parse CSI 22/23 for push/pop titleMitchell Hashimoto
2024-08-10stylistic nitpicksMitchell Hashimoto
2023-11-19terminal: add ESC [ 22 J (scroll and clear)Mitchell Hashimoto
2022-06-24setting and clearing tab stopsMitchell Hashimoto
2022-06-24erase line completeMitchell Hashimoto
2022-05-08implement erase line (EL) CSIMitchell Hashimoto
2022-05-08terminal implement clear screen and set cursor, needs testsMitchell Hashimoto