Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Support modifier key to send mouse events to/through xterm.js, not terminal app #84
Comments
|
There is not much we can do on our side right now, we are waiting for xtermjs/xterm.js#1536 |
Fixing a bug with incomplete links, and making username field bigger It's so trivial that I'll merge without waiting for tests.
|
Are there any plan to fix this issue now that xterm.js supports sending mouse events through? |
|
I'd prefer a setting per profile rather than a modifier key, but maybe I'm missing something? |
|
Any progress on this issue? |
It'd be nice to be able to send mouse events to the process, not the terminal. Selecting tmux panes, scrolling in less, etc... These work in the Windows consoles, so there should be a way to make them work for us too.
I'll note that this doesn't even work in the VSCode terminal, which is my benchmark for xterm.js based terminals on Windows, so... This will likely have to wait until 1809 drops.
Based on some poking around for other reasons, this would likely involve some modifications around here:
FluentTerminal/FluentTerminal.RuntimeComponent/Interfaces/ITerminalEventListener.cs
Line 13 in 14d111c