Skip to content

Commit 84a4bce

Browse files
authored
Merge pull request #2128 from dgageot/board/in-tmux-the-split-screen-handle-isn-t-as-a6ceba2e
Fix a few characters for tmux
2 parents ba4d966 + ae27a44 commit 84a4bce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkg/tui/components/scrollbar/scrollbar.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ type Model struct {
3434
func New() *Model {
3535
return &Model{
3636
width: Width,
37-
trackChar: "",
38-
thumbChar: "",
37+
trackChar: "",
38+
thumbChar: "",
3939
}
4040
}
4141

0 commit comments

Comments
 (0)