wendlers / mpfshell

A simple shell based file explorer for ESP8266 Micropython based devices ⛺
MIT License
396 stars 84 forks source link

Backspace isn't working #58

Open FurmanSK opened 6 years ago

FurmanSK commented 6 years ago

Not sure if I'm doing something wrong but when in repl mode and try to backspace, it adds in special characters. Probably an encoding issue or something. On windows 10.

junhuanchen commented 5 years ago

well, you can try my fork mpfshell,The author vaporized. fix bs and up/down/left/right in windows10.

skorokithakis commented 5 years ago

@junhuanchen I'll help maintain the project from now on, if you'd like to submit some PRs.

tsaost commented 2 years ago

Your problem is probably due to not running mpfshell inside a console with VT100 emulation. Since you are on Windows 10 you can follow the advise give here: https://superuser.com/questions/413073/windows-console-with-ansi-colors-handling

Or you can use ConEmu: https://github.com/Maximus5/ConEmu