Rename handleCSI to handleCS

openid
Marcin Kulik 13 years ago
parent b4322fa5a0
commit 49c583d500

@ -103,7 +103,7 @@ class AsciiIo.VT
@n = @params[0] @n = @params[0]
@m = @params[1] @m = @params[1]
@handleCSI match[2] @handleCS match[2]
# private standards # private standards
"\x1b\\[\\?([\x30-\x3f]+)([hlsr])": (data, match) -> "\x1b\\[\\?([\x30-\x3f]+)([hlsr])": (data, match) ->

Loading…
Cancel
Save