Maximus5 / ConEmu

Customizable Windows terminal with tabs, splits, quake-style, hotkeys and more
https://conemu.github.io/
BSD 3-Clause "New" or "Revised" License
8.56k stars 572 forks source link

Another ssh+tmux related bug #2110

Open bash99 opened 4 years ago

bash99 commented 4 years ago

ConEmu build: 191012/x64 OS version: Windows ??? x32/x64 Used shell version (Far Manager, git-bash, cmd, powershell, cygwin, whatever): git-bash

Problem description

Tmux display bottom status on wrong location

Steps to reproduce

  1. open a git bash tab
  2. ssh to a remote server (Ubuntu 18.04)
  3. start tmux with split windows
  4. do some ls -l to has screen buffer

Actual results

  1. screen status bar display wrong

Expected results

screen status bar display normal

Additional files

200507224520

It's same as #1775, tmux 2.1 (ubuntu 16.04) and 1.8 (centos 7) don't have this bug. I also try copy tmux 2.1 from a 16.04 box, still got this bug.

bash99 commented 4 years ago

Make more test, the result is interesting: git bash windows: no bug. ConEmu + cmd + windows openssh + tmux 2.8: no bug. ConEmu + cmd + windows openssh + tmux 2.1/1.8: display bug.

There is some bug on my setting(cmder), so ConEmu + git bash + windows openssh refuse work, or I can give another try.

Maximus5 commented 4 years ago

https://conemu.github.io/blog/2020/06/04/Build-200604.html ?

BladeBreaker commented 4 years ago

Hello,

I'm getting the same issue, and I tried build 200604 and it still occurs.

bash99 commented 4 years ago

So my current workaround is: use cmder + cmd + windows openssh to access tmux 2.8 or later (centos 8/debian 10...) , and I can not make ssh-agent work on this use cmder + bash + ssh (from git bash) to access tmux <2.3 (centos 7 / debian 9 .. )