Handle ESC[^ - reserved

openid
Marcin Kulik 13 years ago
parent 11fddcdc0d
commit 9af87da790

@ -252,6 +252,8 @@ class AsciiIo.VT
@saveCursor()
when "u"
@restoreCursor()
when "^"
# reserved
else
throw "no handler for CSI term: " + term

Loading…
Cancel
Save