You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This can be implemented in whatever GUI method is most idiomatic for GTK.
The apprt action to listen for is prompt_title targeting a surface.
Similar to macOS, we should ensure that there is a mechanism to reset back to the pty-provided title. On macOS, we do this by leaving the prompt blank and pressing okay. Some accounting has to be done to keep track of the pty-provided title (via the set_title apprt action).
The text was updated successfully, but these errors were encountered:
Having looked a bit closer at this, I don't think that this really does what was intended. If we're changing the title of the surface, the title of the tab will change every time that you have multiple splits in a tab and change focus to a different split. I thought that the point of the original request was to fix the tab title and never have it change (even if you change focus to a different split).
This PR implements the title change functionality for the GTK app and
closes#5769
Demo:
https://github.com/user-attachments/assets/cad611b3-b7bf-40ac-8d0f-11d2095fe525
For now I came up with a basic UI that i believe is sufficient, but I'm
open to feedback and happy to iterate on it further.
#5769 (comment)
- Regarding Mitchell's comment I checked Gnome Console and I could not
find a similar feature.
Implement #4217, #2509 for GTK.
This can be implemented in whatever GUI method is most idiomatic for GTK.
The apprt action to listen for is
prompt_title
targeting a surface.Similar to macOS, we should ensure that there is a mechanism to reset back to the pty-provided title. On macOS, we do this by leaving the prompt blank and pressing okay. Some accounting has to be done to keep track of the pty-provided title (via the
set_title
apprt action).The text was updated successfully, but these errors were encountered: