|
1b3e9d9796
|
Add Option type to remove the need to use null/undefined
timw4mail/scroll/pipeline/head This commit looks good
|
2024-07-03 16:13:29 -04:00 |
|
|
76eacd835f
|
Add test for quit command
timw4mail/scroll/pipeline/head This commit looks good
|
2024-07-02 16:59:46 -04:00 |
|
|
cf80dce335
|
Increase test coverage
timw4mail/scroll/pipeline/head This commit looks good
|
2024-07-02 16:27:18 -04:00 |
|
|
82bcc72d21
|
Fix runtime loading
timw4mail/scroll/pipeline/head This commit looks good
|
2024-07-02 14:50:21 -04:00 |
|
|
32f9ef3bba
|
Revert "Mostly refactor prompt input (search/file saving) to use input loop shared with normal functionality"
timw4mail/scroll/pipeline/head This commit looks good
This reverts commit 9afeed41cd .
|
2024-07-02 13:41:16 -04:00 |
|
|
9afeed41cd
|
Mostly refactor prompt input (search/file saving) to use input loop shared with normal functionality
timw4mail/scroll/pipeline/head There was a failure building this commit
|
2024-06-28 16:45:55 -04:00 |
|
|
d405880ce8
|
Start to refactor search highlighting to better match hecto implementation
timw4mail/scroll/pipeline/head This commit looks good
|
2024-06-26 15:55:47 -04:00 |
|
|
ce7a60332a
|
Attempt to fix Deno CI tests
timw4mail/scroll/pipeline/head This commit looks good
|
2024-06-26 15:46:08 -04:00 |
|
|
f71239ded5
|
Minor refactoring, add some more comments and tests
|
2024-06-26 15:45:33 -04:00 |
|
|
8093683f92
|
Add util functions for null/undefined checks, organize tests into sections
timw4mail/scroll/pipeline/head There was a failure building this commit
|
2024-06-26 13:40:42 -04:00 |
|
|
e6b53ef327
|
Do basic highlighting of search results, finish stop #151 of the kilo tutorial
timw4mail/scroll/pipeline/head There was a failure building this commit
|
2024-06-21 14:14:10 -04:00 |
|
|
faf59b4235
|
Prepare for highlighting search results
timw4mail/scroll/pipeline/head This commit looks good
|
2024-03-01 16:04:25 -05:00 |
|
|
9d45cf9296
|
Use Node stdin API for Bun to allow basic functionality to work again
timw4mail/scroll/pipeline/head This commit looks good
|
2024-03-01 11:28:34 -05:00 |
|
|
ab42873182
|
Remove buggy FFI implementation in favor of Node API (implemented by Bun and Deno)
timw4mail/scroll/pipeline/head This commit looks good
|
2024-03-01 11:06:47 -05:00 |
|
|
9458794fa3
|
Optimize highlighting escape sequences
|
2024-03-01 10:28:12 -05:00 |
|
|
a3a8fba6e2
|
Clean up some commented code
timw4mail/scroll/pipeline/head This commit looks good
|
2024-02-29 15:48:56 -05:00 |
|
|
33f19ddec1
|
Basic number highlighting
timw4mail/scroll/pipeline/head This commit looks good
|
2024-02-29 15:48:11 -05:00 |
|
|
55c9dc1c3d
|
Preparations for highlighting numbers
timw4mail/scroll/pipeline/head This commit looks good
|
2024-02-29 14:24:22 -05:00 |
|
|
cd448f74d6
|
Fix some issues with search functionality
timw4mail/scroll/pipeline/head This commit looks good
|
2024-02-29 13:51:45 -05:00 |
|
|
85dbd506c6
|
Implement backwards/forwards searching
timw4mail/scroll/pipeline/head This commit looks good
|
2024-02-28 15:44:57 -05:00 |
|
|
e21944b4a4
|
Add incremental (character by character) search functionality
timw4mail/scroll/pipeline/head This commit looks good
|
2024-02-22 14:57:12 -05:00 |
|
|
b3177cbd48
|
Mess with function imports
timw4mail/scroll/pipeline/head This commit looks good
|
2024-01-11 11:23:28 -05:00 |
|
|
f19fc1d2e0
|
Slight FFI tweaks to make deno less crashy on macos
|
2024-01-11 11:08:48 -05:00 |
|
|
15496646d6
|
Minor refactoring, build up the ansi escape codes to handle colors
|
2024-01-10 15:44:19 -05:00 |
|
|
30230520a0
|
Remove redundant write function in Bun terminal_io implementation
|
2024-01-09 10:52:11 -05:00 |
|
|
f5599b5192
|
Implement basic searching
|
2023-11-30 16:14:52 -05:00 |
|
|
32e4030a4a
|
Add logging for various FFI/Termios tasks
|
2023-11-30 11:46:25 -05:00 |
|
|
1b748ed63e
|
Improve display of save as
|
2023-11-30 11:15:37 -05:00 |
|
|
02be6a133c
|
Refactor everything again
|
2023-11-29 16:09:58 -05:00 |
|
|
e9ce780c1d
|
Actually fix crash on macOS...somehow
|
2023-11-29 14:57:30 -05:00 |
|
|
9711202c3b
|
Fix crash on macOS
|
2023-11-29 14:55:57 -05:00 |
|
|
8ee17f4eef
|
Fix prompt in deno, but break in bun :(
|
2023-11-27 15:05:48 -05:00 |
|
|
4d54d4bf8a
|
Attempt to fix deno prompt
|
2023-11-27 11:07:26 -05:00 |
|
|
759450222f
|
Partially implement SaveAs prompt (need to fix Deno)
|
2023-11-27 10:25:30 -05:00 |
|
|
820d383c3a
|
Get parsed keypresses from input loop
|
2023-11-24 08:31:51 -05:00 |
|
|
c466788b9e
|
Update gitignore and generated file cleanup
|
2023-11-22 17:20:16 -05:00 |
|
|
ddb5eb783e
|
Polish text editing functionality
|
2023-11-22 17:09:41 -05:00 |
|
|
2babbf5c68
|
Implement merging lines of text from either end of a row
|
2023-11-22 15:11:32 -05:00 |
|
|
1198311628
|
Tweak Jenkins setup
|
2023-11-22 12:00:24 -05:00 |
|
|
74e595462d
|
Tweak Jenkins setup
|
2023-11-22 11:58:18 -05:00 |
|
|
994441191b
|
Tweak Jenkins setup
|
2023-11-22 11:54:29 -05:00 |
|
|
295142779b
|
Attempt to setup CI build
|
2023-11-22 11:37:31 -05:00 |
|
|
5cd59ba943
|
Require confirmation for quitting a 'dirty' document
|
2023-11-22 11:27:46 -05:00 |
|
|
b665ce8ce7
|
Basic deletion functionality
|
2023-11-22 11:07:33 -05:00 |
|
|
a7f5fed9a3
|
Increase test coverage
|
2023-11-21 16:36:13 -05:00 |
|
|
3d98eefc65
|
Update some constants
|
2023-11-21 16:06:29 -05:00 |
|
|
95c979066a
|
Add text insertion
|
2023-11-21 15:14:08 -05:00 |
|
|
35f949c4b5
|
Complete the text viewer functionality
|
2023-11-21 11:35:56 -05:00 |
|
|
c9b37c205c
|
Convert the render position pointer to just a number, since it doesn't apply to rows, just columns in rows
|
2023-11-21 10:55:23 -05:00 |
|
|
e5988c173d
|
Add status bar
|
2023-11-20 15:39:27 -05:00 |
|