VPA - Vertical Position Absolute

openid
Marcin Kulik 13 years ago
parent f4bc758936
commit e508aadfa1

@ -120,6 +120,8 @@ class AsciiIo.AnsiInterpreter
@terminal.eraseInLine @n or 0
when "L"
@terminal.insertLines @cursorY, @n or 1
when "d" # VPA - Vertical Position Absolute
@terminal.setCursorLine(@n)
when "l" # l, Reset mode
console.log "(TODO) reset: " + @n
when "m"

Loading…
Cancel
Save