mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-11 00:43:45 +01:00
Deprecate scrollbar settings and update guioptions
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
This commit is contained in:
parent
e72b2d52d4
commit
fa06f015ba
@ -381,8 +381,10 @@ Defines the font that will be used
|
|||||||
guioptions
|
guioptions
|
||||||
^^^^^^^^^^
|
^^^^^^^^^^
|
||||||
Shows or hides GUI elements.
|
Shows or hides GUI elements.
|
||||||
When it contains 'c', the command line is showed.
|
If it contains 'c', the command line is displayed.
|
||||||
When it contains 's', the statusbar is showed.
|
If it contains 's', the statusbar is displayed.
|
||||||
|
If it contains 'h', the vertical scrollbar is displayed.
|
||||||
|
If it contains 'v', the horizontal scrollbar is displayed.
|
||||||
|
|
||||||
* Value type: String
|
* Value type: String
|
||||||
* Default value: s
|
* Default value: s
|
||||||
@ -473,21 +475,24 @@ Defines the background color for the focused tab
|
|||||||
|
|
||||||
show-scrollbars
|
show-scrollbars
|
||||||
^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^
|
||||||
Defines if both the horizontal and vertical scrollbars should be shown or not
|
Defines if both the horizontal and vertical scrollbars should be shown or not.
|
||||||
|
Deprecated, use 'guioptions' instead.
|
||||||
|
|
||||||
* Value type: Boolean
|
* Value type: Boolean
|
||||||
* Default value: false
|
* Default value: false
|
||||||
|
|
||||||
show-h-scrollbar
|
show-h-scrollbar
|
||||||
^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^
|
||||||
Defines whether to show/hide the horizontal scrollbar
|
Defines whether to show/hide the horizontal scrollbar. Deprecated, use
|
||||||
|
'guioptions' instead.
|
||||||
|
|
||||||
* Value type: Boolean
|
* Value type: Boolean
|
||||||
* Default value: false
|
* Default value: false
|
||||||
|
|
||||||
show-v-scrollbar
|
show-v-scrollbar
|
||||||
^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^
|
||||||
Defines whether to show/hide the vertical scrollbar
|
Defines whether to show/hide the vertical scrollbar. Deprecated, use
|
||||||
|
'guioptions' instead.
|
||||||
|
|
||||||
* Value type: Boolean
|
* Value type: Boolean
|
||||||
* Default value: false
|
* Default value: false
|
||||||
|
Loading…
Reference in New Issue
Block a user