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
/
Selection.zig
Age
Commit message (
Expand
)
Author
2025-05-26
style: use decl literals
Qwerasd
2024-12-23
terminal: PageList.pin doesn't allow out of bounds x values
Mitchell Hashimoto
2024-11-07
terminal: PageList rename "page" to "node" everywhere
Mitchell Hashimoto
2024-08-05
chore: clean up typos
Ćukasz Niemier
2024-07-21
Add unit tests
Justin Su
2024-07-20
Add `adjust_selection` actions for `beginning_of_line` and `end_of_line`
Justin Su
2024-07-20
Fix some words
Justin Su
2024-04-26
terminal: Coordinate uses CellCountInt
Mitchell Hashimoto
2024-03-22
terminal: remove TODO
Mitchell Hashimoto
2024-03-22
terminal: selection should use pin iterators
Mitchell Hashimoto
2024-03-22
terminal: Selection.containedRow
Mitchell Hashimoto
2024-03-22
terminal: Screen can hold selection
Mitchell Hashimoto
2024-03-22
zig build test with renamed terminal package
Mitchell Hashimoto
2024-03-22
terminal2: contains selection
Mitchell Hashimoto
2024-03-22
terminal2: Selection.ordered
Mitchell Hashimoto
2024-03-22
terminal2: selection topLeft/bottomRight
Mitchell Hashimoto
2024-03-22
terminal2: adjust down edges
Mitchell Hashimoto
2024-03-22
terminal2: adjust down
Mitchell Hashimoto
2024-03-22
terminal2: sel adjust left
Mitchell Hashimoto
2024-03-22
terminal2: start Selection
Mitchell Hashimoto
2024-01-21
Selection: don't alter x position when rectangle select is off viewport
Chris Marchesi
2024-01-11
Selection: add adjust method, unit test it, swap for adjustments
Mitchell Hashimoto
2023-12-13
Surface: fix some rectangle select behaviors
Chris Marchesi
2023-12-07
Selection: fix bottom-right/top-left rectangle selections
Chris Marchesi
2023-11-30
Add rectangle select
Chris Marchesi
2023-03-28
selection toViewport point should extend to end of last row
Mitchell Hashimoto
2023-03-23
font/shaper: split runs at selection boundaries
Mitchell Hashimoto
2023-03-23
selection: containedRow for getting the row that contains a screen point
Mitchell Hashimoto
2023-03-21
terminal: selection within logic is more correct, better tested
Mitchell Hashimoto
2023-03-21
terminal: screen scroll with full scrollback modifies selection
Mitchell Hashimoto
2022-11-20
fix selection regression caused by screen copy optimization
Mitchell Hashimoto
2022-09-14
Make selection part of the cache key for GPU cells
Mitchell Hashimoto
2022-08-04
fix some selection contains logic on single lines
Mitchell Hashimoto
2022-08-04
introducing dedicated point types
Mitchell Hashimoto
2022-08-04
terminal: add Selection struct
Mitchell Hashimoto