microsoft/Terminal
Auf GitHub ansehenWhile mouse over on titlebar, allow to react to Ctrl+MouseScroll human-events on to active tab.
Open
#7.427 geöffnet am 27. Aug. 2020
Area-InputHelp WantedIssue-TaskPriority-3Product-Terminal
Repository-Metriken
- Stars
- (35.764 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 27T 19h) (24 gemergte PRs in 30 T)
Beschreibung
Description of the new feature/enhancement
Then mouse is over WindowsTerminal's titlebar, Ctrl+MouseScroll events should be handled the same way as mouse would be over inside terminal window.
I am using Windows Terminal with SSH client to connect to linux remotes. And then I open linux htop cli-utility I cannot rezoom Windows terminal.
Proposed technical implementation details (optional)
Ctrl+mouse_scroll should allow zoom-in/out currently active tab THEN mouse is over windows-terminal's titlebar's blank space.
Currently I need to exit htop to rezoom and then reenter htop.
To replicate original problem:
- Enter powershell via WindowsTerminal.
- Execute:
$ ssh user@hostname -p 22 -i ~/.ssh/id_ed25519$ htop - Try to rezoom with Ctrl+MouseScroll , you cannot.
- Exit
htopby pressing Q. - Now you can rezoom with Ctrl+MouseScroll in WindowsTerminal