Improved readability of statusbar.widgets documentation.

This commit is contained in:
Nicholas Schwab 2021-04-24 17:34:40 +02:00
parent a083728168
commit 38c5eba3e1
2 changed files with 2 additions and 2 deletions

View File

@ -3985,7 +3985,7 @@ Valid values:
* +tabs+: Current active tab, e.g. `2`.
* +keypress+: Display pressed keys when composing a vi command.
* +progress+: Progress bar for the current page loading.
* +text:+: `text:foo` displays the static text foo.
* +text:foo+: Display the static text after the colon, `foo` in the example.
Default:

View File

@ -1933,7 +1933,7 @@ statusbar.widgets:
- tabs: "Current active tab, e.g. `2`."
- keypress: "Display pressed keys when composing a vi command."
- progress: "Progress bar for the current page loading."
- 'text:': "`text:foo` displays the static text foo."
- 'text:foo': "Display the static text after the colon, `foo` in the example."
none_ok: true
default: ['keypress', 'url', 'scroll', 'history', 'tabs', 'progress']
desc: "List of widgets displayed in the statusbar."