-
Notifications
You must be signed in to change notification settings - Fork 310
Description
In my session there are 3 tabs arranged left-to-right, and my cursor is a non-blinking i-beam. When focus moves from one tab to another, there is no visual indication, making it difficult to see which tab has focus. For now I've done this:
- set the application title to show the terminal title
- set the terminal title to include its id
Now at least the application title shows a number indicating which tab has focus. But it would be much nicer for the entire tab titlebar to change color when it gains or loses focus. Consider also that the space taken by the tab titlebar has little working value and might otherwise be completely hidden.
If there is already some way to accomplish what I'm asking here, please explain. But I've searched the documentation and issues, along with all the obvious configuration panels, and there does not seem to be any means of either triggering an action on tab focus, or ever changing the color of a tab titlebar.