contour-terminal / contour

Modern C++ Terminal Emulator
http://contour-terminal.org/
Apache License 2.0
2.31k stars 100 forks source link

Normal mode crashes on Windows, when in WSL -> ssh to remote -> tmux #1495

Open ferdinandyb opened 2 months ago

ferdinandyb commented 2 months ago

Contour Terminal version

Contour Terminal Emulator 0.4.4.6672-prerelease

Installer source

Github: CI actions

Operating System

Windows 11

Architecture

x86-64

Other Software

tmux next-3.4

Steps to reproduce

Start contour on windows, then start WSL, ssh over to a remote machine, startup tmux and press ctrl+shift+space to start normal mode. Seems to crash every time.

Expected Behavior

No response

Actual Behavior

It should start normal mode :D

Additional notes

No response

christianparpart commented 1 week ago

Hey @ferdinandyb - I guess there's no chance to reproduce this easily on Linux or MacOS, right?

Would you mind spawning contour with some logging enabled, such that we see what Contour is seeing in the PTY I/O (stdout specifically, but logging stdin too does make it easier to frame start/ending points of actions).

ferdinandyb commented 1 week ago

Next working day I'll try to get some logs!