Go to file
Nathan Vegdahl c88ba48b6d WIP refactor: change text buffer to use the Line struct for storing text.
Most of the UI and editor code is either commented out or not included
in the compile right now.  This is temporary while I get the basic
text code working again.
2014-12-29 16:17:53 -08:00
src WIP refactor: change text buffer to use the Line struct for storing text. 2014-12-29 16:17:53 -08:00
.gitignore Getting dependencies and such setup properly. 2014-12-12 23:33:13 -08:00
Cargo.toml Getting dependencies and such setup properly. 2014-12-12 23:33:13 -08:00
readme.md Added readme and todo files. 2014-12-13 19:22:40 -08:00
todo.md WIP refactor: changing internal text representation to be line-based. 2014-12-28 20:53:25 -08:00

Led

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