From fa06f015ba465fd89e3585ed3391e08bbaf3d575 Mon Sep 17 00:00:00 2001 From: Sebastian Ramacher Date: Sat, 18 Jan 2014 19:33:37 +0100 Subject: [PATCH] Deprecate scrollbar settings and update guioptions Signed-off-by: Sebastian Ramacher --- zathurarc.5.rst | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/zathurarc.5.rst b/zathurarc.5.rst index 75176eb..1559870 100644 --- a/zathurarc.5.rst +++ b/zathurarc.5.rst @@ -381,8 +381,10 @@ Defines the font that will be used guioptions ^^^^^^^^^^ Shows or hides GUI elements. -When it contains 'c', the command line is showed. -When it contains 's', the statusbar is showed. +If it contains 'c', the command line is displayed. +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 * Default value: s @@ -473,21 +475,24 @@ Defines the background color for the focused tab 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 * Default value: false 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 * Default value: false 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 * Default value: false