Skip to content

Commit 47adf14

Browse files
committed
...
1 parent a9d904a commit 47adf14

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

packages/sdk/go/config.go

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1834,16 +1834,13 @@ func (r ConfigShare) IsKnown() bool {
18341834
// TUI specific settings
18351835
type 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]
18441842
type configTuiJSON struct {
18451843
ScrollSpeed apijson.Field
1846-
DiffStyle apijson.Field
18471844
raw string
18481845
ExtraFields map[string]apijson.Field
18491846
}

0 commit comments

Comments
 (0)