gchp / iota

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

iota crashes when I `C-n` into an empty buffer #106

Closed vinipsmaker closed 9 years ago

vinipsmaker commented 9 years ago

How to reproduce:

  1. cargo run
  2. Press C-n
gchp commented 9 years ago

Yep, seeing this too! Should be relatively easy to fix.

gchp commented 9 years ago

Fixed now, thanks for the report!