Go to file
Nathan Vegdahl fb1996c21a Have buffers store marks ranges.
This is very WIP.  The intent is for these to be used for e.g.
cursors, screen positions, etc.  The intent is for the buffer
itself to keep them synced properly with the actual text on edits,
although this is not yet implemented.
2020-02-01 11:17:08 +09:00
src Some minor code cleanups and fixes. 2020-01-25 04:28:00 +09:00
sub_crates/backend Have buffers store marks ranges. 2020-02-01 11:17:08 +09:00
.gitignore Updated to work with more recent library versions. Also RustFmt. 2016-03-05 02:40:01 -08:00
Cargo.lock Moved from termion to crossterm for terminal handling. 2020-01-25 04:07:56 +09:00
Cargo.toml Moved from termion to crossterm for terminal handling. 2020-01-25 04:07:56 +09:00
ideas.md More notes about how I want undo to work. 2020-01-31 20:18:12 +09:00
LICENSE.txt Added a copyright license. 2015-01-21 20:41:01 -08:00
readme.md Version bump and updated readme. 2017-12-31 03:12:21 -08:00

Led

Led is a humble and simple console-based text editor, written in Rust and using Ropey as its text buffer.