trogdoro / xiki

A shell console with GUI features
http://xiki.org
Other
3.76k stars 208 forks source link

Fix bug if buffer has only 1 line #85

Open webOS101 opened 10 years ago

webOS101 commented 10 years ago

next_line was not used and caused an error in buffers with only 1 line. If adding it back in, add checks for single-line buffers or modify line.rb to range check.