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
/
point.zig
Age
Commit message (
Expand
)
Author
2025-09-30
terminal: inline all the things
Qwerasd
2025-05-27
Wrap comment at 80 cols
Qwerasd
2024-08-05
chore: clean up typos
Ćukasz Niemier
2024-06-03
terminal: point coord y needs to be a larger int
Mitchell Hashimoto
2024-04-26
terminal: Coordinate uses CellCountInt
Mitchell Hashimoto
2024-03-22
remove point.Viewport
Mitchell Hashimoto
2024-03-22
core: surface compiles
Mitchell Hashimoto
2024-03-22
zig build test with renamed terminal package
Mitchell Hashimoto
2023-12-26
terminal: resize cols should treat old cursor pos as active point
Mitchell Hashimoto
2023-11-11
core: Fix various double-click word selection bugs
Mitchell Hashimoto
2023-09-17
core: do not send repeat mouse events if cell didn't change
Mitchell Hashimoto
2023-07-08
terminal: rename scroll "delta/delta_no_grow" to screen/viewport
Mitchell Hashimoto
2022-09-14
Make selection part of the cache key for GPU cells
Mitchell Hashimoto
2022-09-03
resize with reflow more cols
Mitchell Hashimoto
2022-09-03
fix scrolling and new row calculation
Mitchell Hashimoto
2022-09-01
the big screen switchover
Mitchell Hashimoto
2022-08-08
when cols grow, move cursor if it unwraps the line it is on
Mitchell Hashimoto
2022-08-04
fix selection of a single character
Mitchell Hashimoto
2022-08-04
introducing dedicated point types
Mitchell Hashimoto
2022-08-04
terminal: add Selection struct
Mitchell Hashimoto