Mention behavior of focus_follows_mouse in docs on macOS

This commit is contained in:
Kovid Goyal 2023-10-15 14:25:16 +05:30
parent 9375e671bc
commit e15b16b072
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -585,6 +585,8 @@ opt('focus_follows_mouse', 'no',
option_type='to_bool', ctype='bool',
long_text='''
Set the active window to the window under the mouse when moving the mouse around.
On macOS, this will also cause the OS Window under the mouse to be focused automatically when the
mouse enters it.
'''
)