-
-
Notifications
You must be signed in to change notification settings - Fork 112
Rework terminal settings #1585
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
Rework terminal settings #1585
Conversation
# Conflicts fixed: # src/Widgets/Terminal.vala
* Handle Shift-Control copy-paste anyway
|
Now implements Shift-Control modified copy-paste keys in absence of terminal settings (the Vte widget does not so cannot just propagate). This follows Terminal app behaviour. |
Co-authored-by: Leo <[email protected]>
Co-authored-by: Leo <[email protected]>
Co-authored-by: Leo <[email protected]>
Co-authored-by: Leo <[email protected]>
Co-authored-by: Leo <[email protected]>
|
@lenemter Thanks for the review! I have incorporated your suggestions. |
lenemter
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks good and works as expected. Good job
Fixes #1586
Fixes #276
The behaviour with regard to Terminal/System style settings is unchanged - this will be addressed in a separate PR.
The Terminal pane only responds to changes in the Terminal "foreground", "background" and "palette" keys but not "window-style" or "cursor-color".