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
/
ansi.zig
Age
Commit message (
Expand
)
Author
2024-06-09
terminal: reject invalid DECSASD status code
Mitchell Hashimoto
2024-02-02
terminal: distinguish between DSRs with "?" and not
Mitchell Hashimoto
2023-10-06
terminal: FF (0x0D) also invokes LF
Mitchell Hashimoto
2023-09-25
terminal: add protected mode flag to cursor pen
Mitchell Hashimoto
2023-08-17
terminal: ignore SOH/STX, bash sends this for some reason
Mitchell Hashimoto
2023-08-15
terminal: move to new modes struct
Mitchell Hashimoto
2023-08-13
terminal: parse mode 1039
Mitchell Hashimoto
2023-08-13
parse and respect mode 1036
Mitchell Hashimoto
2023-08-13
terminal: parse and handle set modify key format (ESC[>{a};{b}m)
Mitchell Hashimoto
2023-08-13
terminal: handle set application keypad mode (both ESC and modes)
Mitchell Hashimoto
2023-08-07
terminal: implement insert mode (mode = 4)
Mitchell Hashimoto
2023-03-20
terminal: implement focus event mode 1004
Mitchell Hashimoto
2023-03-17
support mouse alt scroll (mode 1007)
Mitchell Hashimoto
2022-12-14
terminal: ignore invalid C0 escape codes
Mitchell Hashimoto
2022-11-27
respect application cursor keys for arrow (DECCKM)
Mitchell Hashimoto
2022-08-26
sgr pixels mouse report format
Mitchell Hashimoto
2022-08-26
urxvt reporting format
Mitchell Hashimoto
2022-08-26
SGR reporting
Mitchell Hashimoto
2022-08-26
UTF-8 mouse reporting
Mitchell Hashimoto
2022-08-26
any event mouse tracking
Mitchell Hashimoto
2022-08-26
Track/cache button state and mods state
Mitchell Hashimoto
2022-08-26
mouse normal events in x10 format
Mitchell Hashimoto
2022-08-26
X10 click-only mouse reporting
Mitchell Hashimoto
2022-08-03
refactor cursor implementation, implement cursor visible (mode 25)
Mitchell Hashimoto
2022-08-02
implement DECSASD by just blackholing the output for now
Mitchell Hashimoto
2022-07-22
alternate screen buffer (mode 1049) now supported
Mitchell Hashimoto
2022-07-08
add constants for 132 col mode but don't implement
Mitchell Hashimoto
2022-07-08
enable/disable autowrap
Mitchell Hashimoto
2022-06-26
reverse colors
Mitchell Hashimoto
2022-06-25
enq and cursor report with origin mode
Mitchell Hashimoto
2022-06-25
handle SO/SI but don't do anything yet (just don't crash)
Mitchell Hashimoto
2022-06-24
implement VT
Mitchell Hashimoto
2022-05-20
bracketed paste
Mitchell Hashimoto
2022-05-20
update cursor on request from shell
Mitchell Hashimoto
2022-05-19
plumb CSI to set cursor style, but haven't implemented any styles
Mitchell Hashimoto
2022-05-19
implement device status request
Mitchell Hashimoto
2022-05-15
respond to ESC [ c for primary attributes
Mitchell Hashimoto
2022-05-11
terminal stream set mode and reset mode
Mitchell Hashimoto
2022-05-09
parse SGR really poorly
Mitchell Hashimoto
2022-05-08
terminal: pass intermediates through to CSI, ignore NUL
Mitchell Hashimoto
2022-04-27
don't crash on htab, but its not implemented yet
Mitchell Hashimoto
2022-04-27
bell doesn't crash
Mitchell Hashimoto
2022-04-18
terminal: C0.BS
Mitchell Hashimoto
2022-04-18
terminal: writing strings and multiline strings starting to work
Mitchell Hashimoto