diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/aerc-config.5.scd | 7 | ||||
-rw-r--r-- | doc/aerc-stylesets.7.scd | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/doc/aerc-config.5.scd b/doc/aerc-config.5.scd index f659e60a..e95a86ce 100644 --- a/doc/aerc-config.5.scd +++ b/doc/aerc-config.5.scd @@ -192,6 +192,13 @@ These options are configured in the *[ui]* section of aerc.conf. Default: 250ms +*border-char-vertical* +*border-char-horizontal* + Set stylable characters (via the 'border' element) for vertical and + horizontal borders. + + Default: spaces + *stylesets-dirs* The directories where the stylesets are stored. The config takes a colon-separated list of dirs. diff --git a/doc/aerc-stylesets.7.scd b/doc/aerc-stylesets.7.scd index ff23aa3f..4e1a2b5a 100644 --- a/doc/aerc-stylesets.7.scd +++ b/doc/aerc-stylesets.7.scd @@ -128,7 +128,7 @@ styling. | spinner : The style for the loading spinner. | border -: The style used to draw borders. *Only the background color is used*. +: The style used to draw borders. *Only the background color is used unless you customize border-char-vertical and/or border-char-horizontal in aerc.conf*. | selector_default : The default style for the selector ui element. | selector_focused |