Go to file
Nathan Vegdahl ea6d1c56d1 A feeble attempt to overcome flickering issues on window resize.
It really seems insurmountable at this point.  Not sure what SDL is doing
that's causing this.  But I'm leaving this code in, because it makes
things a little cleaner and serves as a good example to myself for how
to render to textures.
2015-01-20 21:55:11 -08:00
fonts/source_code_pro Beginnings of a GUI. 2015-01-18 22:52:35 -08:00
src A feeble attempt to overcome flickering issues on window resize. 2015-01-20 21:55:11 -08:00
.gitignore Getting dependencies and such setup properly. 2014-12-12 23:33:13 -08:00
Cargo.toml Added SDL2 and Freetype as dependencies, in preparation for a GUI. 2015-01-18 13:12:01 -08:00
readme.md Added readme and todo files. 2014-12-13 19:22:40 -08:00
todo.md First steps towards multiple cursor support. 2015-01-13 00:03:16 -08:00

Led

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