This commit is contained in:
Kovid Goyal 2023-01-02 22:26:30 +05:30
parent 9cb83a6ec2
commit 520b935cd3
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -820,8 +820,8 @@ agr('window', 'Window layout')
opt('remember_window_size', 'yes',
option_type='to_bool',
long_text='''
If enabled, the window size will be remembered so that new instances of kitty
will have the same size as the previous instance. If disabled, the window will
If enabled, the :term:`OS Window <os_window>` size will be remembered so that new instances of kitty
will have the same size as the previous instance. If disabled, the :term:`OS Window <os_window>` will
initially have size configured by initial_window_width/height, in pixels. You
can use a suffix of "c" on the width/height values to have them interpreted as
number of cells instead of pixels.