Nicer fix for non-zero fields in rc protocol

This commit is contained in:
Kovid Goyal
2024-08-05 11:18:41 +05:30
parent 2b3f2258ff
commit 75d0dcab8d
2 changed files with 12 additions and 10 deletions

View File

@@ -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-noomitempty: Integer specifying the resize increment
increment/int: Integer specifying the resize increment
axis/choices.horizontal.vertical.reset: One of :code:`horizontal, vertical` or :code:`reset`
'''