4ZM / mfterm

Terminal for working with Mifare Classic 1-4k Tags
GNU General Public License v3.0
149 stars 36 forks source link

Excess space in path autocomplete #35

Open zhovner opened 5 years ago

zhovner commented 5 years ago

Every path autocomplete adds space at the end of path. For example our file is located at /folder/blabla/dict.txt

$ dict load /folder/bla<tab>

Will complete path to

dict load /folder/blabla/(space) _

and move cursor after the space, so to type next we should press <backspace> and type next name in path every time after using autocomplete.

4ZM commented 5 years ago

Weird. I don't see this on a Debian linux installation. What OS are you running?

zhovner commented 5 years ago

Latest MacOS 10.14 (Mojave). As I remember that was on all macOS versions. I can gave you VNC to macOS machine if this can help.