fix
This commit is contained in:
parent
5366902b51
commit
907f2b6b50
4
term.tal
4
term.tal
|
@ -18,6 +18,10 @@
|
|||
( erase from current line to bottom: ESC [ J )
|
||||
( erase from current line to top: ESC [ 1 J )
|
||||
( erase screen: ESC [ 2 J )
|
||||
( )
|
||||
( ??? ESC [ ... ? )
|
||||
( ??? ESC [ ... d )
|
||||
( ??? ESC [ ... G )
|
||||
|
||||
|00 @System [ &vect $2 &pad $6 &r $2 &g $2 &b $2 ]
|
||||
|10 @Console [ &vect $2 &r $1 &pad $5 &w $1 ]
|
||||
|
|
Loading…
Reference in New Issue