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
/
stream.zig
Age
Commit message (
Expand
)
Author
2025-10-03
terminal: Zig 0.15, lib-vt and test-lib-vt work
Mitchell Hashimoto
2025-09-30
fix test failures
Qwerasd
2025-09-30
terminal: inline all the things
Qwerasd
2025-09-21
Add simd flag for disabling SIMD functionality
Mitchell Hashimoto
2025-09-11
terminal: update parser to use new color parser and stream handler
Mitchell Hashimoto
2025-08-27
fix(terminal): handle CSI/SGR with many parameters
Adrià Arrufat
2025-08-27
fix(terminal): improve CSI parameter parsing
Adrià Arrufat
2025-08-26
osc: conemu cleanup
Jeffrey C. Ollie
2025-08-26
osc: parse OSC 9;6 gui macros
Jeffrey C. Ollie
2025-08-20
terminal: fix undefined memory access in OSC parser
Mitchell Hashimoto
2025-08-20
terminal: change OSC parser to explicit init to set undefined
Mitchell Hashimoto
2025-07-17
core/gtk: add support for displaying a progress bar with OSC 9;4
Jeffrey C. Ollie
2025-05-29
OSC: add a datastructure to prevent some (most?) allocations
Jeffrey C. Ollie
2025-05-29
OSC: convert OSC 110, 111, and 112 and add more tests
Jeffrey C. Ollie
2025-05-29
OSC: start adding structure to allow multiple color operations per OSC
Jeffrey C. Ollie
2025-03-18
ci: zig fmt check
Mitchell Hashimoto
2025-03-12
Lots of 0.14 changes
Mitchell Hashimoto
2025-02-22
terminal: increase CSI max params to 24 to accept Kakoune sequence
Mitchell Hashimoto
2025-01-13
terminal: keep track of colon vs semicolon state in CSI params
Mitchell Hashimoto
2025-01-11
parse ConEmu OSC9;5
Damien Mehala
2025-01-05
Merge branch 'main' into dmehala/conemu-osc9
Damien Mehala
2025-01-04
[3/12] parse ConEmu OSC9;3
Damien Mehala
2025-01-03
feat: parse ConEmu OSC9;2
Damien Mehala
2025-01-01
feat: parse ConEmu OSC9;1
Damien MEHALA
2024-12-30
fix: handle intermediate bytes in CSI and ESC sequences
Ayman Bagabas
2024-12-25
fix: correct handling of CTC and DECST8C (#3121)
Mitchell Hashimoto
2024-12-25
terminal: parse ConEmu progress OSC 9
Jan200101
2024-12-25
fix: correct handling of CTC and DECST8C
Ayman Bagabas
2024-11-13
terminal: parse CSI 22/23 for push/pop title
Mitchell Hashimoto
2024-09-03
kitty kbd: progressive enhancement `=` mode off by one
Mitchell Hashimoto
2024-08-17
Implement Kitty Color Protocol (OSC 21)
Jeffrey C. Ollie
2024-08-10
stylistic nitpicks
Mitchell Hashimoto
2024-08-07
Implement the XTWINOPS (CSI t) control sequences that "make sense".
Jeffrey C. Ollie
2024-08-05
chore: clean up typos
Łukasz Niemier
2024-08-03
terminal: eraseDisplay should allow kitty erase through
Mitchell Hashimoto
2024-07-18
terminal: differentiate OSC 133 continuation and secondary kinds
Jon Parise
2024-07-05
termio: hook up OSC8
Mitchell Hashimoto
2024-07-05
terminal: parse osc8 end
Mitchell Hashimoto
2024-07-05
terminal: parse osc 8 hyperlink_start
Mitchell Hashimoto
2024-06-09
terminal: reject invalid DECSASD status code
Mitchell Hashimoto
2024-06-09
terminal: add easy debug mode for stream debugging
Mitchell Hashimoto
2024-06-06
stream: remove redundant alias handling in csiDispatch
Tim Culverhouse
2024-04-13
terminal: index (LF) that scrolls scroll region preserves SGR
Mitchell Hashimoto
2024-03-28
fix(terminal/stream): add SPA and EPA handlers
Qwerasd
2024-03-17
fix(terminal/stream): correct invalid assertion
Qwerasd
2024-02-08
fix(terminal/stream): fix OOB read and integer overflow
Qwerasd
2024-02-08
terminal/stream: Added ESC parsing fast tracks
Qwerasd
2024-02-07
terminal: stream/parser changes
Qwerasd
2024-02-07
fix(terminal): send SI to execute instead of print
Qwerasd
2024-02-06
terminal: add tests for incomplete utf-8, fix one bug
Mitchell Hashimoto
[next]