mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-29 06:12:35 +09:00
Allow divider customization with divchars option
Adds the `divchars` and `divreverse` options to customize divider styles.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user