ConEmu: Input stops working after using arrow keys
Versions
ConEmu build: 170819 x64 OS version: Windows 10 x64 Used shell version (Far Manager, git-bash, cmd, powershell, cygwin, whatever): bash (WSL)
Problem description
Sometimes input to the console stops working. This happens usually after rapidly used arrow keys. Best reproduced in vi
.
Steps to reproduce
- Open some file with
vi
- Rapidly move trough the file holding an arrow key
- At some point console stops to process the input
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Comments: 15 (6 by maintainers)
The problem only exists when using the default
{Bash::bash}
task withset "PATH=%ConEmuBaseDirShort%\wsl;%PATH%" & %ConEmuBaseDirShort%\conemu-cyg-64.exe --wsl -cur_console:pm:/mnt
as command.Using just
bash.exe
as task command works without problems (tested on 170910)