Go to file
Nathan Vegdahl 9ace1ecb68 Moved from termion to crossterm for terminal handling.
This should (hopefully) make led work on Windows now.  Although
I don't have a Windows box to test on.

This also fixes a bug where control codes were ocassionally split
on input, resulting in e.g. a pg-down resulting in control
characters inserted into the buffer.
2020-01-25 04:07:56 +09:00
src Moved from termion to crossterm for terminal handling. 2020-01-25 04:07:56 +09:00
sub_crates/backend Updated most dependencies to latest version. 2020-01-23 18:57:34 +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
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
todo.md Finished converting codebase back to plain Rope's. 2015-02-22 18:13:10 -08:00

Led

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