-
Notifications
You must be signed in to change notification settings - Fork 446
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mouse event passing #50
Labels
bug
Something isn't working
Comments
Any news/ETA on that? |
felixse
pushed a commit
that referenced
this issue
May 10, 2019
* Implementing SSH (changes from ap/ssh branch). * Implemented opening links in the last active window. * Using settings to determine where to open link (tab or window). * Adding FluentTerminal.App_TemporaryKey.pfx back to repo, to solve bug with keys. * App activation on mosh schema launching; mosh protocol parsing. (#35) * SSH handling changed to improve links. * Creating shortcuts from SSH dialog. * Trivial Mosh checkbox label fix It's "Mosh" not "MOSH". * Obtain mosh key from ssh connection (#40) * Prepopulate SSH username with Windows username (#50) * Undoing Max's mosh authentication changes. * Adding the new mosh wrapper. * Request user name from tray process (#51) * Mosh implemented, but still doesn't work (cannot find mosh.exe). * Add New Remote Shell menu; Rename New Tab into New Local Shell (#52) * Mosh works like charm. * Mosh wrapper improved to print an error. * Changing mosh wrapper to always exit with 0 (to ensure that the tab gets closed). * Changing mosh wrapper again to return error codes. * Slightly optimizing getting the username. * Saving links improved. * Fixed an issue in mosh wrapper, related to mosh to hostname. * mosh-client.exe updated with 32 bit version for x86 platform (#59) * Set line endings for remote shell connection; Left focus on SSH info dialog if input validation error occured; Update DataContext object on each key entered into target host text box control. * Simplifying SSH dialog. * Fixing some leftovers after merging. * Fixing some after-merge issues. * Avoiding some unintentional upstream changes. * Fix review findings
mjs
pushed a commit
to mjs/FluentTerminal
that referenced
this issue
May 14, 2019
* Prepopulate SSH username with Windows username Retrieving the username under UWP turned out to be surprisingly painful. * Fallback to retrieve DisplayName for locally created account
Closed
Any news? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The terminal can not send mouse events(click, wheel scroll etc.) to applications with mouse support, for example, the micro editor. They seem to be blocked by terminal's copy and paste function.
The text was updated successfully, but these errors were encountered: