Replies: 3 comments 4 replies
-
|
On Tue, Feb 17, 2026 at 02:27:28AM -0800, Elizabeth Loss-Cutler-Hull wrote:
From the documentation, I was under the impression that the OS window title should match the tab title for the currently active tab, unless it has been overridden.
That is correct.
Except I can format the tab title with tab_title_template, and the OS window title is unchanged.
The OS window title will be whatever the final title of the active tab
is. But note that OS Window titles cannot show formatting such as
colors/bold/etc that is a limitation of OSes.
|
Beta Was this translation helpful? Give feedback.
1 reply
-
|
On Tue, Feb 17, 2026 at 06:28:29AM -0800, Elizabeth Loss-Cutler-Hull wrote:
> The OS window title will be whatever the final title of the active tab
is. But note that OS Window titles cannot show formatting such as
colors/bold/etc that is a limitation of OSes.
That's what I'm expecting, but it's definitely not what I'm seeing.
Sorry, typo, the OS Window title is whatever the title of the *active
window* is, not the active tab.
|
Beta Was this translation helpful? Give feedback.
3 replies
-
|
On Sun, Mar 08, 2026 at 02:38:26PM -0700, Elizabeth Loss-Cutler-Hull wrote:
The things that would be really nice to have:
* The ability to format the OS window title, be it by using the tab title, being able to format the window title directly, or being able to format the windows inside a tab.
This would require implementing os_window_title_template. PR is welcome as
its not something high on my own TODO list.
* The ability to set the tab order more directly than is possible with just swap_tabs.
Not sure what you mean exactly, but in master there is apply_tab_ordering()
* (Minor) A next_tab / prev_tab action that doesn't wrap around.
This would be a truly trivial PR.
On the bright side, this is the first time since somewhere vaguely around 2002 that I've been comfortable using a terminal emulator that I didn't write at least chunks of just to get the functionality I want.
Glad to hear it. My goal with kitty is to make a truly powerful terminal
emulator for people that want to drive terminals all day.
And it's _way_ faster than anything libvte based ever was. Probably the first time I've used something that compared well with the speed that you'd get out of the pre-framebuffer linux console. VGA text mode was _fast_ back in the day.
Yup, that it was.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
From the documentation, I was under the impression that the OS window title should match the tab title for the currently active tab, unless it has been overridden.
Except I can format the tab title with tab_title_template, and the OS window title is unchanged.
Am I doing something wrong here, or is there another way to format the window title?
If the only way is to force the window title via set-window-title, then is it possible to have something run whenever a something changes the title of the current tab?
Beta Was this translation helpful? Give feedback.
All reactions