Maximus5 / cygwin-connector

https://conemu.github.io/ terminal connector for cygwin/msys
https://conemu.github.io/en/CygwinMsysConnector.html
Other
82 stars 5 forks source link

hardstatus in cygwin's screen is covering user input when using cygwin-connector #30

Open krahl opened 6 years ago

krahl commented 6 years ago

Hi! I am an avid ConEmu user and am currently using ConEmu alpha 180626 and latterly with ConEmu cygwin/msys connector version 1.2.5. I did not know about cygwin/msys connector yet and was pleasently surprised about this addition. But I sadly observed this following annoying behavior:

Somehow the hardstatus doubles and shifts one line up and covers the user input (see gif below).

cygwin-msys-issue

To get to this point I configured the following hardstatus in screen's /etc/screenrc which works fine with ConEmu without cygwin-connector:

hardstatus alwayslastline
hardstatus string "%{.bW}%-w%{.rW}%n %t%{-}%+w %=%{..G} %H %{..Y} %d.%m.%y %c:%s "

--log output: (console size was 169x28 iirc) connector-12992-in.log connector-12992-out.log

I hope I provided enough info but am happy to add additional data. I would be thrilled if this could be fixed. Thanks in advance!

EDIT: Your posting in ConEmu/#1646 encouraged me to check connector-12992-out.log in mintty less -r connector-12992-out.log and it seems to look normal in mintty. So maybe a specific escape sequence leads to ConEmu losing its synchronicity?

mintty vs cygwin-connector: less -r "replay"

Maximus5 commented 6 years ago

Thanks for reporting. Please note next time that connector is a part of ConEmu and issues should be reported in the ConEmu project. Especially for ANSI processing bugs (connector does not do any processing).

SamHasler commented 6 years ago

@Maximus5 Is there anything that should be reported in this issue tracker? If not, could you remove it and put a note on the readme to file issues on the ConEmu one?

Maximus5 commented 6 years ago

Well, here some issues are still opened. This tracker may be used for connector issues, related especially for connector sources. But I doubt users may distinguish them. I suppose, the docs related to connector should be updated to the current state.

rcx commented 6 years ago

This happens to my tmux status too.