Commit Graph

18 Commits

Author SHA1 Message Date
e0e7849fe4 Clean up some types 2024-07-09 16:12:28 -04:00
e6b53ef327 Do basic highlighting of search results, finish stop #151 of the kilo tutorial
Some checks failed
timw4mail/scroll/pipeline/head There was a failure building this commit
2024-06-21 14:14:10 -04:00
ab42873182 Remove buggy FFI implementation in favor of Node API (implemented by Bun and Deno)
All checks were successful
timw4mail/scroll/pipeline/head This commit looks good
2024-03-01 11:06:47 -05:00
33f19ddec1 Basic number highlighting
All checks were successful
timw4mail/scroll/pipeline/head This commit looks good
2024-02-29 15:48:11 -05:00
55c9dc1c3d Preparations for highlighting numbers
All checks were successful
timw4mail/scroll/pipeline/head This commit looks good
2024-02-29 14:24:22 -05:00
e21944b4a4 Add incremental (character by character) search functionality
All checks were successful
timw4mail/scroll/pipeline/head This commit looks good
2024-02-22 14:57:12 -05:00
15496646d6 Minor refactoring, build up the ansi escape codes to handle colors 2024-01-10 15:44:19 -05:00
f5599b5192 Implement basic searching 2023-11-30 16:14:52 -05:00
02be6a133c Refactor everything again 2023-11-29 16:09:58 -05:00
95c979066a Add text insertion 2023-11-21 15:14:08 -05:00
a1aa189e11 And a bit more test refactoring and cleanup 2023-11-16 21:22:24 -05:00
2aaf1c678b Refactor tests to be consistent for both runtimes 2023-11-16 20:57:21 -05:00
f966ebf4ac Move some things around to more logical places, attempt to set up an error log file 2023-11-16 11:10:33 -05:00
816295ff9c Preparing for file reading/writing 2023-11-13 15:33:56 -05:00
61d222a9af Finally get the terminal size via ansi codes for bun 2023-11-10 18:22:09 -05:00
1723219452 Move the cursor 2023-11-10 08:36:18 -05:00
d99656de66 Implement methods to get current console size 2023-11-08 17:02:59 -05:00
9cca55b101 Extract common interfaces out of runtime-specific adapters 2023-11-08 15:53:14 -05:00