8 lines
136 B
Haxe
8 lines
136 B
Haxe
package node.tty;
|
|
|
|
/**
|
|
-1 - to the left from cursor
|
|
0 - the entire line
|
|
1 - to the right from cursor
|
|
**/
|
|
typedef Direction = Int; |