Simple feedback server
This commit is contained in:
8
feedback-server/externs/node/tty/Direction.hx
Normal file
8
feedback-server/externs/node/tty/Direction.hx
Normal file
@@ -0,0 +1,8 @@
|
||||
package node.tty;
|
||||
|
||||
/**
|
||||
-1 - to the left from cursor
|
||||
0 - the entire line
|
||||
1 - to the right from cursor
|
||||
**/
|
||||
typedef Direction = Int;
|
||||
Reference in New Issue
Block a user