microsoft/Terminal

tmux exception in windows terminal

Open

#11.204 geöffnet am 12. Sept. 2021

Auf GitHub ansehen
 (15 Kommentare) (6 Reaktionen) (0 zugewiesene Personen)C++ (3.212 Forks)batch import
Area-VTHelp WantedIssue-BugPriority-2Product-Terminal

Repository-Metriken

Stars
 (35.764 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 27T 19h) (24 gemergte PRs in 30 T)

Beschreibung

Windows Terminal version (or Windows build number)

windows 10.0.183631743, terminal 1.10.1933.0 preview

Other Software

openSUSE tumbleweed 202108xx in virtual box SSH for windows 8.1p1 tmux 3.2a Z-Shell 5.8

Steps to reproduce

start the openSUSE VM, connect to it in windows terminal via ssh, and run tmux in windows terminal, you will see the ^[[>0;10;1c; as mentioned in tmux: #2844.

I have tried PuTTY and MobaXterm 20, this issue seems only be reproduced in windows terminal. and the maintainer of tmux thought it's a bug/incorrect behavior from terminal, could you help to investigate this problem?

Expected Behavior

the ^[[>0;10;1c; should not be printed on screen.

Actual Behavior

the ^[[>0;10;1c; printed on screen.

Contributor Guide