Skip to content

Commit 8fb16e8

Browse files
committed
Best possible rendering in ghostty/tmux
Signed-off-by: David Gageot <david.gageot@docker.com>
1 parent 8e759da commit 8fb16e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/tui/components/scrollbar/scrollbar.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ func New() *Model {
3535
return &Model{
3636
width: Width,
3737
trackChar: "⎪",
38-
thumbChar: "",
38+
thumbChar: "",
3939
}
4040
}
4141

0 commit comments

Comments
 (0)