mirror of
https://github.com/embarklabs/neo-blessed.git
synced 2025-01-24 09:49:04 +00:00
display max colors.
This commit is contained in:
parent
60edb202a3
commit
6913cb9363
@ -5,7 +5,7 @@ var tput = Tput({
|
|||||||
debug: true
|
debug: true
|
||||||
});
|
});
|
||||||
|
|
||||||
//tput.colors();
|
console.log('Max colors: %d.', tput.max_colors);
|
||||||
|
|
||||||
//console.log(tput.info);
|
//console.log(tput.info);
|
||||||
|
|
||||||
|
@ -627,3 +627,4 @@ Compiling memory_lock: "\u001bl"
|
|||||||
return "\x1bl";
|
return "\x1bl";
|
||||||
Compiling memory_unlock: "\u001bm"
|
Compiling memory_unlock: "\u001bm"
|
||||||
return "\x1bm";
|
return "\x1bm";
|
||||||
|
Max colors: 8.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user