display max colors.

This commit is contained in:
Christopher Jeffrey 2013-02-24 08:04:07 -06:00
parent 60edb202a3
commit 6913cb9363
2 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,7 @@ var tput = Tput({
debug: true
});
//tput.colors();
console.log('Max colors: %d.', tput.max_colors);
//console.log(tput.info);

View File

@ -627,3 +627,4 @@ Compiling memory_lock: "\u001bl"
return "\x1bl";
Compiling memory_unlock: "\u001bm"
return "\x1bm";
Max colors: 8.