Go to file
Nathan Vegdahl dfcf9fc6a5 A simple implementation of move_text.
This should probably be replaced by a more efficient implementation in
the future, as this version will be slow and require large allocations
when moving large pieces of text.  But let's wait and see if it's a
problem in practice first.
2015-01-11 00:26:39 -08:00
src A simple implementation of move_text. 2015-01-11 00:26:39 -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 Moved tab_width to Buffer, and misc cleanup related to that. 2015-01-10 23:42:59 -08:00

Led

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