gchp / iota

A terminal-based text editor written in Rust
MIT License
1.63k stars 81 forks source link

Fix deletion at end of line. #57

Closed pythonesque closed 9 years ago

pythonesque commented 9 years ago

Currently, after a CTRL + E, deletion with backspace fails at the end of a line. This commit fixes that.

gchp commented 9 years ago

Thanks!