summaryrefslogtreecommitdiff
path: root/src/terminal/search.zig
AgeCommit message (Expand)Author
2025-10-03terminal: Zig 0.15, lib-vt and test-lib-vt workMitchell Hashimoto
2025-08-20terminal: disable integrity checks under ValgrindMitchell Hashimoto
2025-05-26style: use decl literalsQwerasd
2024-12-04commentsMitchell Hashimoto
2024-12-04terminal: PageListSearch works!Mitchell Hashimoto
2024-12-04terminal: update comments/docs on sliding window searchMitchell Hashimoto
2024-12-04terminal: search match on overlap caseMitchell Hashimoto
2024-12-04terminal: test for match in second slice of circ bufMitchell Hashimoto
2024-12-04terminal: search match across page boundaryMitchell Hashimoto
2024-12-03terminal: test no match pruningMitchell Hashimoto
2024-12-03terminal: remove unused pagesearchMitchell Hashimoto
2024-12-03terminal: search across two pages and pruning appears to be workingMitchell Hashimoto
2024-12-03terminal: sliding window search can move the cursorMitchell Hashimoto
2024-12-03terminal: sliding window search starts workingMitchell Hashimoto
2024-12-03terminal: working on a pagelist sliding window for searchMitchell Hashimoto
2024-12-03terminal: single pagelist node searchMitchell Hashimoto