summaryrefslogtreecommitdiff
path: root/src/terminal/modes.zig
AgeCommit message (Expand)Author
2025-10-04Move paste encoding to the input package, test, optimize away one allocMitchell Hashimoto
2025-06-09feat: implement mode 1048 for saving/restoring cursor positionAlex Straight
2025-05-27add support for buffer switching with CSI ? 47 h/lJonatan Borkowski
2025-03-12Lots of 0.14 changesMitchell Hashimoto
2024-11-29terminal: reset should preserve desired default mode valuesMitchell Hashimoto
2024-07-17terminal: implement in-band size reports (Mode 2048)Mitchell Hashimoto
2024-03-13update zigMitchell Hashimoto
2024-02-02terminal: support mode 2031Mitchell Hashimoto
2024-01-09input: manage application keypad state with mode 1035Mitchell Hashimoto
2024-01-08fix: update code to compile with 0.12.0-dev.2075+f5978181eTristan Partin
2023-12-05terminal: implement mode 1047 (alternate screen)Tim Culverhouse
2023-11-21terminal: know about autorepeat modeMitchell Hashimoto
2023-11-12terminal: our mode size changedMitchell Hashimoto
2023-11-12xterm audit: slow scroll (DECSCLM)Mitchell Hashimoto
2023-10-24inspector: show modesMitchell Hashimoto
2023-10-15terminal: save cursor and restore cursor xterm auditMitchell Hashimoto
2023-10-12terminal: linefeed modeMitchell Hashimoto
2023-10-12website: document srm modeMitchell Hashimoto
2023-10-12terminal: KAM (mode 2)Mitchell Hashimoto
2023-10-10Enable left/right margin supportMitchell Hashimoto
2023-10-10terminal: RIS should reset tabstops, ESC ? W should reset every 8Mitchell Hashimoto
2023-10-09terminal: set left and right margins, left and right margin mode 69Mitchell Hashimoto
2023-10-09terminal: handle ansi vs dec modeMitchell Hashimoto
2023-10-09terminal: enable alternate scroll mode by defaultMitchell Hashimoto
2023-10-07terminal: alternate scroll (mode 1007) should not be enabled by defaultMitchell Hashimoto
2023-10-06terminal: cursor back handles reverse wrap (mode 45)Mitchell Hashimoto
2023-10-06terminal: cursor back should reduce count if pending wrap is oneMitchell Hashimoto
2023-10-02terminal: mode 2027Mitchell Hashimoto
2023-09-09Big Cursor State RefactorMitchell Hashimoto
2023-08-28termio: handle all the synchronized output setting, timerMitchell Hashimoto
2023-08-15terminal: ModeState can save/restore one set of modesMitchell Hashimoto
2023-08-15terminal: working on new modes storage abstractionMitchell Hashimoto