gchp / iota

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

Fixed backspace crash #86

Closed SebastianKeller closed 9 years ago

SebastianKeller commented 9 years ago

get_line and get_line_end return end of text if mark is outside of it

gchp commented 9 years ago

Cool, thanks!