summaryrefslogtreecommitdiffstats
path: root/pkg/config/user_config.go
diff options
context:
space:
mode:
authoryk-kd <11691713+yk-kd@users.noreply.github.com>2023-03-18 09:23:31 +0900
committerGitHub <noreply@github.com>2023-03-18 11:23:31 +1100
commitb5d612e6d60200d3338c968e2ac7e0c2ff41de8f (patch)
tree76bcec96f97d65c7aff16264414c7840a7b65123 /pkg/config/user_config.go
parentdea279920cb2f7b0c0d007c26da51d4989e552f7 (diff)
Add border config (#2344)
Co-authored-by: yk-kd <yosuke.komada@gmail.com>
Diffstat (limited to 'pkg/config/user_config.go')
-rw-r--r--pkg/config/user_config.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/config/user_config.go b/pkg/config/user_config.go
index a4fc71579..ce2f7fbd8 100644
--- a/pkg/config/user_config.go
+++ b/pkg/config/user_config.go
@@ -52,6 +52,7 @@ type GuiConfig struct {
SplitDiff string `yaml:"splitDiff"`
SkipRewordInEditorWarning bool `yaml:"skipRewordInEditorWarning"`
WindowSize string `yaml:"windowSize"`
+ Border string `yaml:"border"`
}
type ThemeConfig struct {
@@ -382,6 +383,7 @@ func GetDefaultConfig() *UserConfig {
CommandLogSize: 8,
SplitDiff: "auto",
SkipRewordInEditorWarning: false,
+ Border: "single",
},
Git: GitConfig{
Paging: PagingConfig{