Zach: Remove 'wrap' (a feature I just don't care for)
Zach: ctrl+a move to beginning of line
Zach: ctrl q to quit
A minimal text editor, written in ANSI C.
To build left, you must have SDL2.
cc left.c -std=c89 -Os -DNDEBUG -g0 -s -Wall -L/usr/local/lib -lSDL2 -o left
Tab character size, without breaking picking
Goto line
Find text
Replace
Mouse chording
shift+arrow selection
shift+page selection
insert mode
change cursor depending on mode
char mode
text mode
Save/Load
Catch non-ascii characters