From 06afce07ac163a6f93b6e5037b584604fc122512 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 12 Jul 2025 08:56:51 +0530 Subject: [PATCH] ... --- kitty/simple_cli_definitions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty/simple_cli_definitions.py b/kitty/simple_cli_definitions.py index 577aee48b..d7bb7bc36 100644 --- a/kitty/simple_cli_definitions.py +++ b/kitty/simple_cli_definitions.py @@ -630,7 +630,7 @@ The value :code:`center` anchors the panel to all sides and covers the entire display (on macOS the part of the display not covered by titlebar and dock). The panel can be shrunk and placed using the margin parameters. The value :code:`none` anchors the panel to the top left corner and should be -placed and using the margin parameters. Its size is set by :option:`--lines` +placed using the margin parameters. Its size is set by :option:`--lines` and :option:`--columns`. The value :code:`center-sized` is just like :code:`none` except that the panel is centered instead of in the top left corner and the margins have no effect.