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
/
Screen.zig
Age
Commit message (
Expand
)
Author
2025-10-07
terminal: add semi-colon character to word boundary list
Ravi Chandra
2025-10-03
terminal: Zig 0.15, lib-vt and test-lib-vt work
Mitchell Hashimoto
2025-09-30
terminal: inline all the things
Qwerasd
2025-09-29
move test out of terminal to avoid lib-vt catch
Mitchell Hashimoto
2025-09-29
fix(font): Treat Powerline glyphs as normal characters for constraint width p...
Mitchell Hashimoto
2025-09-21
terminal: support disabling kitty graphics protocol
Mitchell Hashimoto
2025-09-21
start extracting core terminal zig module
Mitchell Hashimoto
2025-09-21
Add constraint width tests
Daniel Wennberg
2025-08-20
terminal: disable integrity checks under Valgrind
Mitchell Hashimoto
2025-06-29
terminal: introduce testWriteSemanticString
Jon Parise
2025-06-27
terminal: fix unexpected line wrapping in tests
Jon Parise
2025-06-26
terminal/Screen: clean up selection remap in clone
Qwerasd
2025-06-25
terminal/Screen: account for rectangle selection in clone
Qwerasd
2025-05-26
style: use decl literals
Qwerasd
2025-04-14
terminal: clear correct row on index operation in certain edge cases
Mitchell Hashimoto
2025-03-08
terminal: remove redundant assertIntegrity from clearPrompt
Jon Parise
2025-02-12
terminal: reflow the saved cursor if we have one
Mitchell Hashimoto
2025-02-11
fix(terminal): avoid Screen.reset causing use of undefined
Qwerasd
2025-02-10
test(terminal/screen): cursorSetHyperlink OOM handling edge case
Qwerasd
2025-02-10
test(terminal/screen): OOM handling in adjustCapacity
Qwerasd
2025-02-10
fix(terminal): handle errors in Screen.adjustCapacity
Qwerasd
2025-01-29
Remove if check that was left in after change to exhaustive switch
Lee Marlow
2025-01-26
Change ifs to exhaustive switches
Daniel Patterson
2025-01-25
Fix cmd+triple click not selecting full output
Daniel Patterson
2024-12-26
`Screen.cursorScrollAboveRotate` memory corruption fix (#3129)
Mitchell Hashimoto
2024-12-25
fix: unconditionally mark cursor row dirty in `cursorScrollAbove`
Qwerasd
2024-12-25
test: correct scroll above dirty assertions
Qwerasd
2024-12-25
improve comments
Qwerasd
2024-12-25
fix: memory corruption in `Screen.cursorScrollAboveRotate`
Qwerasd
2024-12-25
test: add additional checks to scroll above cross-page test
Qwerasd
2024-12-25
fix: memory corruption in `Screen.cursorAbsolute`
Qwerasd
2024-12-25
test: add failing test for `Screen.cursorAbsolute` memory corruption
Qwerasd
2024-12-23
terminal: selectionString only applies x offset on first/last page
Mitchell Hashimoto
2024-12-23
Fix a scenario that could cause issues under some conditions
Qwerasd
2024-12-16
terminal: handle consecutive .input's in clearPrompt
Jon Parise
2024-12-12
Select boundary dollar (#2938)
Mitchell Hashimoto
2024-12-12
test: big perf win by pausing integ checks while growing pages
Qwerasd
2024-12-12
Added "selectWord with character boundary" test for dollar sign.
Toby Jaffey
2024-12-11
Add '$' to select boundaries, for same behaviour as iTerm
Toby Jaffey
2024-12-03
terminal: support cell_map for encodeUtf8
Mitchell Hashimoto
2024-12-03
terminal: move UTF8 encoding to Page and wrap around it
Mitchell Hashimoto
2024-12-02
terminal: fullReset uses the new screen reset methods
Mitchell Hashimoto
2024-11-07
terminal: PageList rename "page" to "node" everywhere
Mitchell Hashimoto
2024-10-28
terminal: refactor hyperlink memory management
Mitchell Hashimoto
2024-10-21
implement overline decoration (SGR 53/55)
Marijn Besseling
2024-09-06
comment
Qwerasd
2024-09-06
terminal: cursorResetWrap should not reset wrap_continuation
Qwerasd
2024-09-06
perf(terminal): specialize `splitCellBoundary` to cursor row
Qwerasd
2024-09-06
Terminal: fix ECH & DCH wide char boundary cond. behavior
Qwerasd
2024-08-31
terminal: disable slow safety tests in releasesafe
Mitchell Hashimoto
[next]