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
/
Parser.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-27
terminal: osc parser end returns a pointer
Mitchell Hashimoto
2025-09-12
terminal: OSC 104 with no semicolon should parse as reset palette
Mitchell Hashimoto
2025-09-11
terminal: update parser to use new color parser and stream handler
Mitchell Hashimoto
2025-08-27
terminal: fix up some tests to be more robust
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-21
terminal: explicitly initialize undefined fields at runtime
Mitchell Hashimoto
2025-08-20
terminal: change OSC parser to explicit init to set undefined
Mitchell Hashimoto
2025-05-29
OSC: nest ColorOperation-related structs
Jeffrey C. Ollie
2025-05-29
OSC: don't use arena during testing
Jeffrey C. Ollie
2025-05-29
OSC: use std.SegmentedList instead of custom data structure
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-26
style: use decl literals
Qwerasd
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
2024-07-11
terminal: test DCS to make sure we don't regress
Mitchell Hashimoto
2024-07-11
terminal: DCS parses params correctly
Mitchell Hashimoto
2024-02-08
terminal/stream: Added ESC parsing fast tracks
Qwerasd
2024-02-07
terminal: stream/parser changes
Qwerasd
2024-02-05
remove commented out test
Qwerasd
2024-02-05
terminal: replace utf8 decoding with custom decoder in stream.zig
Qwerasd
2024-01-13
remove tracy usage from all files
Mitchell Hashimoto
2023-11-09
core: implement OSC 12 and OSC 112 to query/set/reset cursor color
Gregory Anders
2023-10-27
terminal: improve some debug logging
Mitchell Hashimoto
2023-10-26
Merge pull request #728 from mitchellh/cimgui
Mitchell Hashimoto
2023-10-26
terminal: addWithOverflow to detect max int
Mitchell Hashimoto
2023-10-25
fuzz: src/terminal/stream.zig
Nameless
2023-10-24
inspector: filter terminal io events by kind
Mitchell Hashimoto
2023-10-15
termio: configure OSC parser with an allocator
Mitchell Hashimoto
2023-09-27
terminal: DCS handler, XTGETTCAP parsing
Mitchell Hashimoto
2023-09-18
terminal: allow mixed semicolon/colon CSI m commands
Mitchell Hashimoto
2023-09-14
Review updates:
cryptocode
2023-09-14
Implement OSC 10 and OSC 11 default color queries
cryptocode
2023-09-10
terminal: CSI q requires a space intermediate
Mitchell Hashimoto
2023-08-28
terminal: test to ensure that DECRQM can parse
Mitchell Hashimoto
2023-08-20
terminal: parse APC strings
Mitchell Hashimoto
2023-08-08
Fix typos
Kevin Hovsäter
2023-06-30
Update Zig (#164)
Mitchell Hashimoto
2023-06-25
Update zig, mach, fmt
Mitchell Hashimoto
2023-06-24
terminal: reset CSI param separator in parser on clear
Mitchell Hashimoto
2023-06-24
terminfo: switch to semicolon SGR 48 to prevent render issues
Mitchell Hashimoto
2023-06-20
various tests to ensure we parse curly underlines correctly
Mitchell Hashimoto
2023-03-24
terminal: parser must reset intermediate storage for utf8
Mitchell Hashimoto
2023-03-17
terminal: add missing anywhere states to ground, get rid of real state
Mitchell Hashimoto
2023-01-17
terminal: check OSC parser for tmux 112 sequences from HN
Mitchell Hashimoto
[next]