mirror of
https://github.com/chjj/blessed.git
synced 2026-02-06 15:56:50 +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);
|