v0.1.0
This is the first published release of deci.
Here's a non-comprehensive list of features, adapted from my devlogs:
- reading files
- creating files if they don't exist
- displaying lines
- cursor movement with arrows keys
- displaying the cursor
- preventing the cursor from going out of bounds
- inserting characters onto the current line at the cursor position
- displaying a line of status text
- writing to the file
- backspace
- delete key
- enter key
- tab key
- header
- status bar
- line numbers
- scrolling
Important
I have only tested deci on x86 Linux! No guarantees for the other platforms.
Also, the