This commit is contained in:
Kovid Goyal 2019-06-07 16:30:39 +05:30
commit c89d1643f4
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -618,7 +618,7 @@ window manager/operating system.
o('resize_debounce_time', 0.1, option_type=positive_float, long_text=_(''' o('resize_debounce_time', 0.1, option_type=positive_float, long_text=_('''
The time (in seconds) to wait before redrawing the screen when a The time (in seconds) to wait before redrawing the screen when a
resize event is received. On platforms such as macOS, where the resize event is received. On platforms such as macOS, where the
operating system sends event corresponding to the start and end operating system sends events corresponding to the start and end
of a resize, this number is ignored.''')) of a resize, this number is ignored.'''))