Remove messages.unfocused
This commit is contained in:
parent
34fc5335d9
commit
a704526582
@ -52,6 +52,7 @@ Removed
|
|||||||
|
|
||||||
- The long-deprecated `:prompt-yes`, `:prompt-no`, `:paste-primary` and `:paste`
|
- The long-deprecated `:prompt-yes`, `:prompt-no`, `:paste-primary` and `:paste`
|
||||||
commands have been removed.
|
commands have been removed.
|
||||||
|
- The `messages.unfocused` option which wasn't used anymore was removed.
|
||||||
|
|
||||||
v1.0.3 (unreleased)
|
v1.0.3 (unreleased)
|
||||||
-------------------
|
-------------------
|
||||||
|
@ -211,7 +211,6 @@
|
|||||||
|<<keyhint.delay,keyhint.delay>>|Time from pressing a key to seeing the keyhint dialog (ms).
|
|<<keyhint.delay,keyhint.delay>>|Time from pressing a key to seeing the keyhint dialog (ms).
|
||||||
|<<keyhint.radius,keyhint.radius>>|The rounding radius for the edges of the keyhint dialog.
|
|<<keyhint.radius,keyhint.radius>>|The rounding radius for the edges of the keyhint dialog.
|
||||||
|<<messages.timeout,messages.timeout>>|Time (in ms) to show messages in the statusbar for.
|
|<<messages.timeout,messages.timeout>>|Time (in ms) to show messages in the statusbar for.
|
||||||
|<<messages.unfocused,messages.unfocused>>|Show messages in unfocused windows.
|
|
||||||
|<<new_instance_open_target,new_instance_open_target>>|How to open links in an existing instance if a new one is launched.
|
|<<new_instance_open_target,new_instance_open_target>>|How to open links in an existing instance if a new one is launched.
|
||||||
|<<new_instance_open_target_window,new_instance_open_target_window>>|Which window to choose when opening links as new tabs.
|
|<<new_instance_open_target_window,new_instance_open_target_window>>|Which window to choose when opening links as new tabs.
|
||||||
|<<prompt.filebrowser,prompt.filebrowser>>|Show a filebrowser in upload/download prompts.
|
|<<prompt.filebrowser,prompt.filebrowser>>|Show a filebrowser in upload/download prompts.
|
||||||
@ -2432,14 +2431,6 @@ Type: <<types,Int>>
|
|||||||
|
|
||||||
Default: +pass:[2000]+
|
Default: +pass:[2000]+
|
||||||
|
|
||||||
[[messages.unfocused]]
|
|
||||||
=== messages.unfocused
|
|
||||||
Show messages in unfocused windows.
|
|
||||||
|
|
||||||
Type: <<types,Bool>>
|
|
||||||
|
|
||||||
Default: +pass:[false]+
|
|
||||||
|
|
||||||
[[new_instance_open_target]]
|
[[new_instance_open_target]]
|
||||||
=== new_instance_open_target
|
=== new_instance_open_target
|
||||||
How to open links in an existing instance if a new one is launched.
|
How to open links in an existing instance if a new one is launched.
|
||||||
|
@ -1007,9 +1007,7 @@ messages.timeout:
|
|||||||
Set to 0 to never clear messages.
|
Set to 0 to never clear messages.
|
||||||
|
|
||||||
messages.unfocused:
|
messages.unfocused:
|
||||||
type: Bool
|
deleted: true
|
||||||
default: false
|
|
||||||
desc: Show messages in unfocused windows.
|
|
||||||
|
|
||||||
## prompt
|
## prompt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user