index
:
ghostty.git
1.1.x
1.2.x
main
opengl-test
push-lvtrmyqqqpkn
push-qouskwyzlkmy
tristan957/gtk-ng
vm-tests
Unnamed repository; edit this file 'description' to name the repository.
thomasg
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
terminal
/
modes.zig
Age
Commit message (
Expand
)
Author
2025-10-04
Move paste encoding to the input package, test, optimize away one alloc
Mitchell Hashimoto
2025-06-09
feat: implement mode 1048 for saving/restoring cursor position
Alex Straight
2025-05-27
add support for buffer switching with CSI ? 47 h/l
Jonatan Borkowski
2025-03-12
Lots of 0.14 changes
Mitchell Hashimoto
2024-11-29
terminal: reset should preserve desired default mode values
Mitchell Hashimoto
2024-07-17
terminal: implement in-band size reports (Mode 2048)
Mitchell Hashimoto
2024-03-13
update zig
Mitchell Hashimoto
2024-02-02
terminal: support mode 2031
Mitchell Hashimoto
2024-01-09
input: manage application keypad state with mode 1035
Mitchell Hashimoto
2024-01-08
fix: update code to compile with 0.12.0-dev.2075+f5978181e
Tristan Partin
2023-12-05
terminal: implement mode 1047 (alternate screen)
Tim Culverhouse
2023-11-21
terminal: know about autorepeat mode
Mitchell Hashimoto
2023-11-12
terminal: our mode size changed
Mitchell Hashimoto
2023-11-12
xterm audit: slow scroll (DECSCLM)
Mitchell Hashimoto
2023-10-24
inspector: show modes
Mitchell Hashimoto
2023-10-15
terminal: save cursor and restore cursor xterm audit
Mitchell Hashimoto
2023-10-12
terminal: linefeed mode
Mitchell Hashimoto
2023-10-12
website: document srm mode
Mitchell Hashimoto
2023-10-12
terminal: KAM (mode 2)
Mitchell Hashimoto
2023-10-10
Enable left/right margin support
Mitchell Hashimoto
2023-10-10
terminal: RIS should reset tabstops, ESC ? W should reset every 8
Mitchell Hashimoto
2023-10-09
terminal: set left and right margins, left and right margin mode 69
Mitchell Hashimoto
2023-10-09
terminal: handle ansi vs dec mode
Mitchell Hashimoto
2023-10-09
terminal: enable alternate scroll mode by default
Mitchell Hashimoto
2023-10-07
terminal: alternate scroll (mode 1007) should not be enabled by default
Mitchell Hashimoto
2023-10-06
terminal: cursor back handles reverse wrap (mode 45)
Mitchell Hashimoto
2023-10-06
terminal: cursor back should reduce count if pending wrap is one
Mitchell Hashimoto
2023-10-02
terminal: mode 2027
Mitchell Hashimoto
2023-09-09
Big Cursor State Refactor
Mitchell Hashimoto
2023-08-28
termio: handle all the synchronized output setting, timer
Mitchell Hashimoto
2023-08-15
terminal: ModeState can save/restore one set of modes
Mitchell Hashimoto
2023-08-15
terminal: working on new modes storage abstraction
Mitchell Hashimoto