You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ mkdir test-git
$ cd test-git
$ git init
# create file with name long enough relative to window width
$ echotest>$(printf 'f%.0s'`seq $(($(tput cols) -10))`).txt
$ git status | fpp
# try to select file with 'F'
Entries which end close to window border
PathPicker
cause infinite loop after trying to select them with eitherf
orF
.Following
for
loop is affected:PathPicker/src/pathpicker/screen_control.py
Lines 668 to 673 in cc032b2
Seemingly due to reaching this code path:
PathPicker/src/pathpicker/line_format.py
Lines 300 to 306 in cc032b2
Which apparently keeps adding dirty indexes forever:
PathPicker/src/pathpicker/line_format.py
Lines 237 to 238 in cc032b2
The text was updated successfully, but these errors were encountered: