The reformat code was being run on every resize event, which chokes on most resizes which end up emitting a lot of resize events. Now it waits and processes a bunch of resize events until there aren't any left, and only does the actual reformat on the last one. |
||
|---|---|---|
| src | ||
| .gitignore | ||
| Cargo.toml | ||
| LICENSE.txt | ||
| readme.md | ||
| todo.md | ||
Led
Led is a simple text editor with both a console and GUI interface.
The long-term goals of Led are to be a scriptable, cross-platform code editor that you can take with you wherever you go. It's a long ways off from that at the moment, however.
Other projects that inspire the general direction of Led include Zed and Vim.