Allow divider customization with divchars option

Adds the `divchars` and `divreverse` options to customize divider
styles.
This commit is contained in:
Zachary Yedidia
2020-05-21 14:35:54 -04:00
parent 9a22d93ea2
commit bfe68b1626
4 changed files with 51 additions and 2 deletions

View File

@@ -248,6 +248,8 @@ func DefaultCommonSettings() map[string]interface{} {
var DefaultGlobalOnlySettings = map[string]interface{}{
"autosave": float64(0),
"colorscheme": "default",
"divchars": "|-",
"divreverse": true,
"infobar": true,
"keymenu": false,
"mouse": true,