Move the cursor around on terminal.
Installation
$ npm install term-cursor
Usage
The parameter for cursor.{up|left|down|right}
is a number and must
be a number.
var cursor = ; /* move cursor down 2 lines */cursor; /* move cursor right 2 position */cursorright2; /* write something at the current cursor position,it's just a wrapper for process.stdout.write */cursor;
License
MIT
Copyright(c) 2014 Towry Wang http://towry.me