antonmedv / walk

Terminal file manager
MIT License
3.24k stars 88 forks source link

fix: index out of range #29

Closed fzdwx closed 1 year ago

fzdwx commented 1 year ago

After pressing the arrow key in an empty directory, the array will go out of bounds when pressing the space

image

press -> or <- ...

image

antonmedv commented 1 year ago

I can not reproduce. Is it correct location? Please check with master branch.

As from your screenshot, line 203 is: https://github.com/antonmedv/llama/blob/d9c906462c303b9ec194855c8ee0468885b1cb1d/main.go#L203

fzdwx commented 1 year ago

Yes, i confirm it is the latest code.

Record_select-area_20221121173914

antonmedv commented 1 year ago

I see)