mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 22:28:24 +02:00
...
This commit is contained in:
@@ -1421,12 +1421,12 @@ use :code:`{sup.index}`. All data available is:
|
|||||||
The number of window groups (a window group is a window and all of its overlay windows) in the tab.
|
The number of window groups (a window group is a window and all of its overlay windows) in the tab.
|
||||||
:code:`tab.active_wd`
|
:code:`tab.active_wd`
|
||||||
The working directory of the currently active window in the tab
|
The working directory of the currently active window in the tab
|
||||||
(expensive, requires syscall). Use :code:`active_oldest_wd` to get
|
(expensive, requires syscall). Use :code:`tab.active_oldest_wd` to get
|
||||||
the directory of the oldest foreground process rather than the newest.
|
the directory of the oldest foreground process rather than the newest.
|
||||||
:code:`tab.active_exe`
|
:code:`tab.active_exe`
|
||||||
The name of the executable running in the foreground of the currently
|
The name of the executable running in the foreground of the currently
|
||||||
active window in the tab (expensive, requires syscall). Use
|
active window in the tab (expensive, requires syscall). Use
|
||||||
:code:`active_oldest_exe` for the oldest foreground process.
|
:code:`tab.active_oldest_exe` for the oldest foreground process.
|
||||||
:code:`max_title_length`
|
:code:`max_title_length`
|
||||||
The maximum title length available.
|
The maximum title length available.
|
||||||
:code:`keyboard_mode`
|
:code:`keyboard_mode`
|
||||||
|
|||||||
Reference in New Issue
Block a user