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
No known key found for this signature in database
GPG Key ID: D6CC7A16E5878018
1 changed files with 4 additions and 4 deletions

View File

@ -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