mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-29 06:12:35 +09:00
Correct infobar and statusline options
This commit is contained in:
@@ -163,6 +163,13 @@ func DefaultCommonSettings() map[string]interface{} {
|
||||
}
|
||||
}
|
||||
|
||||
func GetInfoBarOffset() int {
|
||||
if GetGlobalOption("infobar").(bool) {
|
||||
return 1
|
||||
}
|
||||
return 0
|
||||
}
|
||||
|
||||
// DefaultGlobalSettings returns the default global settings for micro
|
||||
// Note that colorscheme is a global only option
|
||||
func DefaultGlobalSettings() map[string]interface{} {
|
||||
|
||||
Reference in New Issue
Block a user