microsoft/Terminal
Ver no GitHubCursor appears in unfocused window when the buffer changes in tmux
Open
#12.852 aberto em 7 de abr. de 2022
Area-TerminalControlHelp WantedIssue-BugPriority-2Product-Terminal
Métricas do repositório
- Stars
- (35.764 stars)
- Métricas de merge de PR
- (Mesclagem média 27d 19h) (24 fundiu PRs em 30d)
Description
Windows Terminal version
1.11.3471.0
Windows build number
10.0.19044.1586
Other Software
OpenSSH provided by Microsoft
Steps to reproduce
- SSH to a server or WSL
- Open tmux
- Unfocus the Terminal, the cursor will disappear as expected
- Wait for something to change in the buffer (could be tmux's statusbar, or do
sleep 5 && echo hi)
Expected Behavior
I expect the cursor to not reappear until the terminal regains focus.
Actual Behavior
The cursor reappears when something changes in the buffer, making it difficult to know if the window is focused or not.