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

Support tab renaming in terminal #243

Merged
merged 2 commits into from
Feb 19, 2024

Conversation

svgol
Copy link
Contributor

@svgol svgol commented Feb 19, 2024

I have implemented a feature in Terminal.app. It allows to rename a tab.

Screenshot

Its changes mainly consist form a modified copypasted version of -[GSTheme (Drawing) -drawTabViewRect:inView:withItems:selectedItem:]
to calculate the renaming TextField's placement exactly under the selected tab.
But it requires GSTheme (Drawing) to export two methods that currently are 'privately' accessible.
This pull request exports these two methods allowing me to share my changes in Terminal.app

@svgol svgol requested a review from fredkiefer as a code owner February 19, 2024 06:20
@fredkiefer fredkiefer merged commit 53cb373 into gnustep:master Feb 19, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants