led/src
Nathan Vegdahl 2591aef6d4 Simplified the screen buffer writing.
Turns out the main reason it was so slow was because stdout isn't
buffered in Rust by default.  That actually makes a lot of sense,
but I'd forgotten.

Wrapping it in a BufWriter solves the performance issues much more
gracefully.
2018-01-01 03:10:32 -08:00
..
buffer Got cursor movement working with graphemes, and fixed unit tests. 2017-12-31 02:41:07 -08:00
editor Fixed minor bug in cursor navigation. 2017-12-31 03:04:25 -08:00
term_ui Simplified the screen buffer writing. 2018-01-01 03:10:32 -08:00
formatter.rs WIP getting graphemes working again. 2017-12-31 01:56:45 -08:00
main.rs Got interactive responsiveness to terminal resizing working. 2018-01-01 02:30:11 -08:00
string_utils.rs More fixing. 2017-12-30 23:47:05 -08:00
utils.rs Updating to use the new Ropey. 2017-12-30 23:10:56 -08:00