curlpipe / ox

An independent Rust text editor that runs in your terminal!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use backslash at beginning of a file cause crash

Busyvar opened this issue · comments

In debug output it seems to be an issue there : src/editor.rs:186:35
If we take a look at comment on code it seems cursor position expectation was wrong
// Backspace in the middle of a line let row = self.doc[self.tab].rows[current.y].clone();
I don't see any detection of a backspace at the start of file, this case should be taken into account.

commented

Already fixed in 0.2.7 which is still a work in progress but it's almost there.