Remove wrong handlers

openid
Marcin Kulik 13 years ago
parent 260d7c6956
commit 9edbcbac4e

@ -248,10 +248,6 @@ class AsciiIo.VT
@reportRowAndColumn() @reportRowAndColumn()
when "r" # Set top and bottom margins (scroll region on VT100) when "r" # Set top and bottom margins (scroll region on VT100)
@setScrollRegion @n or 0, @m or @lines - 1 @setScrollRegion @n or 0, @m or @lines - 1
when "s"
@saveCursor()
when "u"
@restoreCursor()
when "^" when "^"
# reserved # reserved
else else

Loading…
Cancel
Save