Go to file
Nathan Vegdahl ac784077f0 Split cursor code into separate file.
There is now a CursorSet type that handles multiple cursors, and makes
it convenient to maintain the necessary invariants expected by the rest
of the code for multi-cursor editing.
2015-01-18 15:11:49 -08:00
src Split cursor code into separate file. 2015-01-18 15:11:49 -08:00
.gitignore Getting dependencies and such setup properly. 2014-12-12 23:33:13 -08:00
Cargo.toml Added SDL2 and Freetype as dependencies, in preparation for a GUI. 2015-01-18 13:12:01 -08:00
readme.md Added readme and todo files. 2014-12-13 19:22:40 -08:00
todo.md First steps towards multiple cursor support. 2015-01-13 00:03:16 -08:00

Led

Led is a simple console-based text editor, inspired loosely by Zed.