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.
ConEmu build: 180506 x64
OS version: Windows 10 1803 x64
Used shell version: bash from WSL
Problem description
Remote shell of mikrotik router looks very messed up with clean installation of WSL and Conemu.
No issues with native windows 10 console, already tried all possible setting but without any luck.
Bash task is configured as: set "PATH=%ConEmuBaseDirShort%\wsl;%PATH%" & %ConEmuBaseDirShort%\conemu-cyg-64.exe --wsl -C~ -cur_console:pm:/windir
I had some small issues with previous installation, but clean install is completely non-usable.
Probably something wrong with some ANSI sequence.
That is because your mikrotik output contains code \e[1;9999r. This locks scrolling in that region and all output goes above the screen.
I don't know where this value (9999) comes from, but it's incorrect, because your ConEmu backscroll buffer is much larger.
I have no idea why 9999 number appears. Try to limit backscroll buffer in ConEmu?
Run your task with switch -cur_console:h1000, any changes? Attach log file...
Versions
ConEmu build: 180506 x64
OS version: Windows 10 1803 x64
Used shell version: bash from WSL
Problem description
Remote shell of mikrotik router looks very messed up with clean installation of WSL and Conemu.
No issues with native windows 10 console, already tried all possible setting but without any luck.
Bash task is configured as: set "PATH=%ConEmuBaseDirShort%\wsl;%PATH%" & %ConEmuBaseDirShort%\conemu-cyg-64.exe --wsl -C~ -cur_console:pm:/windir
I had some small issues with previous installation, but clean install is completely non-usable.
Probably something wrong with some ANSI sequence.
Additional files
More detailed console log:
ConEmu-2018-05-22-p5516.log
The text was updated successfully, but these errors were encountered: