mirror of
https://github.com/taigrr/bubbletea.git
synced 2026-04-02 02:59:09 -07:00
Fix typos in comments
This commit is contained in:
4
tea.go
4
tea.go
@@ -270,13 +270,13 @@ func (p *Program) processSubs(msgs chan Msg, activeSubs subManager) subManager {
|
||||
return activeSubs
|
||||
}
|
||||
|
||||
// AltScreen exits the altscreen. Just is just a wrapper around the termenv
|
||||
// AltScreen exits the altscreen. This is just a wrapper around the termenv
|
||||
// function
|
||||
func AltScreen() {
|
||||
termenv.AltScreen()
|
||||
}
|
||||
|
||||
// ExitAltScreen exits the altscreen. Just is just a wrapper around the termenv
|
||||
// ExitAltScreen exits the altscreen. This is just a wrapper around the termenv
|
||||
// function
|
||||
func ExitAltScreen() {
|
||||
termenv.ExitAltScreen()
|
||||
|
||||
Reference in New Issue
Block a user