display max colors.
This commit is contained in:
parent
60edb202a3
commit
6913cb9363
|
@ -5,7 +5,7 @@ var tput = Tput({
|
|||
debug: true
|
||||
});
|
||||
|
||||
//tput.colors();
|
||||
console.log('Max colors: %d.', tput.max_colors);
|
||||
|
||||
//console.log(tput.info);
|
||||
|
||||
|
|
|
@ -627,3 +627,4 @@ Compiling memory_lock: "\u001bl"
|
|||
return "\x1bl";
|
||||
Compiling memory_unlock: "\u001bm"
|
||||
return "\x1bm";
|
||||
Max colors: 8.
|
||||
|
|
Loading…
Reference in New Issue