From 5e67908b6f32b6acc02d7202e4a501f216f7cf55 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 20 May 2023 12:39:46 +0530 Subject: [PATCH] Clarify language describing num_window_groups Fixes #6291 --- kitty/options/definition.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty/options/definition.py b/kitty/options/definition.py index 435e1c7cc..595f4ef3d 100644 --- a/kitty/options/definition.py +++ b/kitty/options/definition.py @@ -1252,7 +1252,7 @@ use :code:`{sup.index}`. All data available is: :code:`num_windows` The number of windows in the tab. :code:`num_window_groups` - The number of window groups (not counting 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` The working directory of the currently active window in the tab (expensive, requires syscall). Use :code:`active_oldest_wd` to get