Fix wording in, and generally improve, a comment

This commit is contained in:
Christian Rocha
2020-12-14 20:24:17 -05:00
parent 01cb02ddd1
commit bc06e8d2e0

View File

@@ -15,13 +15,13 @@ import (
) )
const ( const (
// You usually won't need this unless you're processing some pretty stuff // You generally won't need this unless you're processing stuff with some
// with some pretty complicated ANSI escape sequences. Turn it on if you // pretty complicated ANSI escape sequences. Turn it on if you notice
// notice flickering. // flickering.
// //
// Also note that high performance rendering only works for programs that // Also note that high performance rendering only works for programs that
// use the full size of the terminal. We're enabling that below with // use the full size of the terminal. We're enabling that below with
// tea.AltScreen(). // tea.EnterAltScreen().
useHighPerformanceRenderer = false useHighPerformanceRenderer = false
headerHeight = 3 headerHeight = 3