vt: ignore line spacing escape2
This commit is contained in:
parent
aa0627162b
commit
80146b0303
1 changed files with 6 additions and 0 deletions
|
@ -582,6 +582,12 @@ print("resetterminal\n");
|
|||
case 'y':
|
||||
break;
|
||||
|
||||
/*
|
||||
* z - line spacing
|
||||
*/
|
||||
case 'z':
|
||||
break;
|
||||
|
||||
/*
|
||||
* A - cursor up.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue