kiloz

Following through https://viewsourcecode.org/snaptoken/kilo/index.html in Zig
git clone git://code.mfashby.net:/kiloz
Log | Files | Refs | README

DateCommit messageAuthorFiles+-
2024-01-28 20:01Step 107, it is now an editor!Martin Ashby2+40-4
2024-01-27 22:50Step 103 Convert rows to arraylists instead of manually managing arrays as the kilo tutorial suggestsMartin Ashby1+59-45
2024-01-27 22:02Buildfix for latest zig masterMartin Ashby1+2-2
2024-01-27 22:02Add status line and timeoutMartin Ashby1+48-1
2024-01-20 20:41Add line number to status barMartin Ashby1+14-5
2024-01-20 20:25Add status bar Step 95Martin Ashby1+18-4
2024-01-20 20:07Fix a bug with cursor movementMartin Ashby1+1-1
2024-01-20 08:33Use the alternate screen buffer feature; It's nicer to restore the user's original terminalMartin Ashby1+10-0
2024-01-13 22:22Step 89 tabs. Also added a deferred debug logging facilityMartin Ashby2+124-47
2024-01-13 20:50Handle some edge cases with cursor movement Make it match sublime text :)Martin Ashby1+38-10
2024-01-13 20:01Step 75Martin Ashby2+24-11
2024-01-13 09:04Step 70Martin Ashby1+23-10
2024-01-13 08:45Step 65Martin Ashby1+55-10
2024-01-07 21:47Completed raw input and output chapterMartin Ashby3+215-113
2024-01-06 23:25Initial commitMartin Ashby7+311-0