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