neo-blessed/example/tput.js

9 lines
241 B
JavaScript
Raw Normal View History

2013-02-15 17:42:52 +00:00
var Tput = require('../lib/tput');
var tput = new Tput(process.argv[2] || 'xterm');
tput.colors();
console.log(tput.info);
2013-02-16 23:54:20 +00:00
tput._compile('%?%p9%t\u001b(0%e\u001b(B%;\u001b[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;%?%p7%t;8%;m');