mirror of https://github.com/gdamore/tcell.git
fixes #406 Windows 7 terminal - screen is shifted up one row
This commit is contained in:
parent
20750b0d3e
commit
7d87d8188c
|
@ -223,6 +223,7 @@ func (s *cScreen) Init() error {
|
|||
s.vten = true
|
||||
} else {
|
||||
s.truecolor = false
|
||||
s.setOutMode(0)
|
||||
}
|
||||
} else {
|
||||
s.setOutMode(0)
|
||||
|
|
Loading…
Reference in New Issue