mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-16 21:45:03 +02:00
kitten @ resize-window: Fix --increment=0 treated as --increment=2
This commit is contained in:
@@ -13,7 +13,7 @@ class ResizeWindow(RemoteCommand):
|
||||
protocol_spec = __doc__ = '''
|
||||
match/str: Which window to resize
|
||||
self/bool: Boolean indicating whether to resize the window the command is run in
|
||||
increment/int: Integer specifying the resize increment
|
||||
increment/int-noomitempty: Integer specifying the resize increment
|
||||
axis/choices.horizontal.vertical.reset: One of :code:`horizontal, vertical` or :code:`reset`
|
||||
'''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user