From bc06e8d2e0385bced6f905dac8f330b13c9035fe Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Mon, 14 Dec 2020 20:24:17 -0500 Subject: [PATCH] Fix wording in, and generally improve, a comment --- examples/pager/main.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/pager/main.go b/examples/pager/main.go index d5998b4..0970819 100644 --- a/examples/pager/main.go +++ b/examples/pager/main.go @@ -15,13 +15,13 @@ import ( ) const ( - // You usually won't need this unless you're processing some pretty stuff - // with some pretty complicated ANSI escape sequences. Turn it on if you - // notice flickering. + // You generally won't need this unless you're processing stuff with some + // pretty complicated ANSI escape sequences. Turn it on if you notice + // flickering. // // Also note that high performance rendering only works for programs that // use the full size of the terminal. We're enabling that below with - // tea.AltScreen(). + // tea.EnterAltScreen(). useHighPerformanceRenderer = false headerHeight = 3