summaryrefslogtreecommitdiff
path: root/src/terminal/point.zig
AgeCommit message (Expand)Author
2025-09-30terminal: inline all the thingsQwerasd
2025-05-27Wrap comment at 80 colsQwerasd
2024-08-05chore: clean up typosƁukasz Niemier
2024-06-03terminal: point coord y needs to be a larger intMitchell Hashimoto
2024-04-26terminal: Coordinate uses CellCountIntMitchell Hashimoto
2024-03-22remove point.ViewportMitchell Hashimoto
2024-03-22core: surface compilesMitchell Hashimoto
2024-03-22zig build test with renamed terminal packageMitchell Hashimoto
2023-12-26terminal: resize cols should treat old cursor pos as active pointMitchell Hashimoto
2023-11-11core: Fix various double-click word selection bugsMitchell Hashimoto
2023-09-17core: do not send repeat mouse events if cell didn't changeMitchell Hashimoto
2023-07-08terminal: rename scroll "delta/delta_no_grow" to screen/viewportMitchell Hashimoto
2022-09-14Make selection part of the cache key for GPU cellsMitchell Hashimoto
2022-09-03resize with reflow more colsMitchell Hashimoto
2022-09-03fix scrolling and new row calculationMitchell Hashimoto
2022-09-01the big screen switchoverMitchell Hashimoto
2022-08-08when cols grow, move cursor if it unwraps the line it is onMitchell Hashimoto
2022-08-04fix selection of a single characterMitchell Hashimoto
2022-08-04introducing dedicated point typesMitchell Hashimoto
2022-08-04terminal: add Selection structMitchell Hashimoto