Fix typos in comments

This commit is contained in:
Christian Rocha
2020-02-10 12:44:04 -05:00
parent 2e6babae9e
commit 02d3086885

4
tea.go
View File

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