File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -1834,16 +1834,13 @@ func (r ConfigShare) IsKnown() bool {
18341834// TUI specific settings
18351835type ConfigTui struct {
18361836 // TUI scroll speed
1837- ScrollSpeed float64 `json:"scroll_speed"`
1838- // Control diff rendering style: 'auto' adapts to terminal width, 'stacked' always shows single column
1839- DiffStyle string `json:"diff_style"`
1840- JSON configTuiJSON `json:"-"`
1837+ ScrollSpeed float64 `json:"scroll_speed"`
1838+ JSON configTuiJSON `json:"-"`
18411839}
18421840
18431841// configTuiJSON contains the JSON metadata for the struct [ConfigTui]
18441842type configTuiJSON struct {
18451843 ScrollSpeed apijson.Field
1846- DiffStyle apijson.Field
18471844 raw string
18481845 ExtraFields map [string ]apijson.Field
18491846}
You can’t perform that action at this time.
0 commit comments