Skip to content
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

Add per-terminal read only mode (#379) #387

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

huntertur
Copy link

This adds the feature requested in issue #379 except for the "ignore window close events" part due to the awkward situation it presents where if there are multiple terminal tabs open, and only some of those tabs are read-only terminals, it would seem odd for the window close behavior to depend on which tab happens to be in focus.

When a terminal is marked read-only, " (Read Only)" is appended to its title. The read-only status can be toggled using either the Terminal menu or the Shift-Ctrl-R keyboard shortcut.

This is my first time contributing to MATE. If there are any processes or guidelines that I'm disregarding, please let me know.

@raveit65 raveit65 requested a review from a team June 20, 2021 12:53
@raveit65
Copy link
Member

Can you please rebase against master ? This will fix Travis-CI builds.
A read-only terminal tab means that terminal commands can't write to system directories?
So only commands which only read like cat will work?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants