Skip to content

Commit 2cbc8a7

Browse files
committed
Also enable regular wrap for navigation view
1 parent 465f8f4 commit 2cbc8a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tui.go

+1
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ func drawTUI(objs counterObjects, startTime time.Time) {
111111
// navigation
112112
naviView := tview.NewTextView().
113113
SetTextColor(tcell.ColorDimGray).
114+
SetWrap(true).
114115
SetWordWrap(true).
115116
SetDynamicColors(true)
116117
naviView.SetText(naviText)

0 commit comments

Comments
 (0)