Closed raghur closed 5 years ago
I've just discovered that I also see this issue with
ConEmu build: 180206 (64)
OS Version: Windows 10 x64, build 17134
Shell: WSL with wslbridge
set "PATH=%ConEmuBaseDirShort%\wsl;%PATH%" & %ConEmuBaseDirShort%\conemu-cyg-64.exe --wsl -C~ -cur_console:pnm:/mnt -t zsh
Interestingly I only see this with zsh inside tmux, bash is fine. I also do not see this problem without wslbridge - if I set the command for a task to simply run debian.exe
the problem does not occur (though lots of other things are worse, of course).
Also, the issue arises with any activity in a full-width tmux pane (not just in single-pane instances, i.e. if the screen is split top and bottom, splitting only one pane horizontally does not help, but splitting both does) and scrolling the mouse in the problematic pane seems to cause a re-render as the status bar and all of the invisible text reappears temporarily. I hope these extra details prove useful.
I notice there hasn't been any response to this for nearly 12 months, is there any sign of what the problem could be?
@unpairedbracket Is there any sense to complain on build released almost four months ago?
My bad, ConEmu was set to notify for latest stable release but I hadn't realised that there hasn't been a stable release since December 2016. This seems to have been fixed as of 180528, so you might want to close this issue.
@raghur If you still experience the problem let us know
@Maximus5 - it's improved but there are still rendering issues when using ConEmu to ssh into a box and using tmux there.. For ex, here's one image - the date bit from tmux's status line shows up under the prompt after running ls
ConEmu Version - 180528 preview
Please make console log file with screenshot demonstrating the problem https://conemu.github.io/en/AnsiLogFiles.html#connector
Screenshot - same as above... along with log files from conemu and connector.
I have run into a similar issue... when I call zsh from tmux within Cmder/ConEmu, the status line shows up below the cursor. FYI, I am using Cmder on Windows10, with zsh on Windows Subsystem for Linux, when I use tmux. See screenshot and log files attached. connector-4660-in.log connector-4660-out.log
I can also confirm the issue in the comment above.
@Maximus5 I confirm the issue above with zsh in tmux, using Conemu 190108:
Launching ls
command:
connector-9928-out.log connector-9928-in.log
tmux
launched directly in WSL terminal emulator works as intended.
Please note that it is only partially due to zsh. Indeed, the issue doesn't appears at first with bash:
but clearing the terminal with C-l
is also broken:
As stated in #1775, the issue appears on tmux 2.8 but not on 2.3, running Debian WSL.
@Maximus5 The issue with the leading blank line is solved with 190217 as far as I'm concerned.
I have a similar problem on Linux Related Links :
https://github.com/Maximus5/cygwin-connector/issues/32
Bypass :
https://github.com/rcx/conemu-terminfo
What I did was:
Export the terminfo file
infocmp -L1 screen-256color > /mnt/screen-256color.info
Comment out the key line where parm_index is located in the exported file and recompile it
tic /mnt/screen-256color.info
The default compiled file is placed under $HOME/.terminfo/
Versions
ConEmu build: 170517x64 OS version: Windows Windows 8.1 x64 Used shell version: MSYS2 with conemu-msys2-64.exe
Problem description
display issues when using tmux with single pane on remote linux host Tmux issues (Opened MSYS2 console, and ssh'ed into remote linux console and running tmux there)
Thanks for ConEmu and reading through this... ConEmu's
an indispensable tool. Please let me know if you need any more info.
Expected results
Expect ConEmu to work properly inside tmux session