mirror of
https://github.com/taigrr/bubbletea.git
synced 2026-04-02 02:59:09 -07:00
Fix wording in, and generally improve, a comment
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user