summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/gdamore/tcell/v2/tscreen.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/gdamore/tcell/v2/tscreen.go')
-rw-r--r--vendor/github.com/gdamore/tcell/v2/tscreen.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/vendor/github.com/gdamore/tcell/v2/tscreen.go b/vendor/github.com/gdamore/tcell/v2/tscreen.go
index 8af337d32..38fc4391b 100644
--- a/vendor/github.com/gdamore/tcell/v2/tscreen.go
+++ b/vendor/github.com/gdamore/tcell/v2/tscreen.go
@@ -168,11 +168,6 @@ func (t *tScreen) Init() error {
t.colors[Color(i)|ColorValid] = Color(i) | ColorValid
}
- t.TPuts(ti.EnterCA)
- t.TPuts(ti.HideCursor)
- t.TPuts(ti.EnableAcs)
- t.TPuts(ti.Clear)
-
t.quit = make(chan struct{})
t.Lock()
@@ -1580,7 +1575,6 @@ func (t *tScreen) HasKey(k Key) bool {
func (t *tScreen) Resize(int, int, int, int) {}
-
func (t *tScreen) Suspend() error {
t.disengage()
return nil