mirror of
https://github.com/embarklabs/neo-blessed.git
synced 2025-01-11 19:44:34 +00:00
7 lines
125 B
JavaScript
7 lines
125 B
JavaScript
|
var Tput = require('../lib/tput');
|
||
|
|
||
|
var tput = new Tput(process.argv[2] || 'xterm');
|
||
|
tput.colors();
|
||
|
|
||
|
console.log(tput.info);
|