Description: Every time diffnav exits, it logs got tea.WindowSizeMsg with width/height to stdout/stderr. This is noisy in normal use. Please drop or gate this log behind a debug flag.
|
log.Info("got tea.WindowSizeMsg", "width", msg.Width, "height", msg.Height) |
Description: Every time
diffnavexits, it logs got tea.WindowSizeMsg with width/height to stdout/stderr. This is noisy in normal use. Please drop or gate this log behind a debug flag.diffnav/pkg/ui/tui.go
Line 215 in 0954ccc