mirror of https://github.com/gdamore/tcell.git
Remove stray sleep
This commit is contained in:
parent
bf3f269ccb
commit
7e218720b8
|
@ -255,7 +255,6 @@ func (t *tScreen) prepareXtermModifiers() {
|
|||
if t.ti.Modifiers != terminfo.ModifiersXTerm {
|
||||
return
|
||||
}
|
||||
time.Sleep(2 * time.Second)
|
||||
t.prepareKeyModXTerm(KeyRight, t.ti.KeyRight)
|
||||
t.prepareKeyModXTerm(KeyLeft, t.ti.KeyLeft)
|
||||
t.prepareKeyModXTerm(KeyUp, t.ti.KeyUp)
|
||||
|
|
Loading…
Reference in New Issue