unselect text when moving
fix nav
fix nav
README Grid is an ACME-inspired text editor written Gridscript, a forth like language. Grid runs on unix and Mac. You need sdl2 and cmake to compile it. git clone https://git.sr.ht/~m15o/grid cd grid mkdir build cd build cmake .. make If you are on MacOS, you should be good to go. On unix: - open grid.gs - replace the line at the top where it says: `libgrid.dylib` to `libgrid.so` To start, go back to `build/`, then: ./gs ../grid.gs