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

  1. Open some file with vi
  2. Rapidly move trough the file holding an arrow key
  3. 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)

Most upvoted comments

The problem only exists when using the default {Bash::bash} task with set "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)