mirror of
https://github.com/embarklabs/neo-blessed.git
synced 2025-02-09 01:23:39 +00:00
cleanup
This commit is contained in:
parent
176df61343
commit
7f0ab93e0d
@ -1041,11 +1041,6 @@ Tput.prototype.readTermcap = function(data) {
|
|||||||
root.inherits = root.inherits || [];
|
root.inherits = root.inherits || [];
|
||||||
root.inherits.push(term.strings.tc);
|
root.inherits.push(term.strings.tc);
|
||||||
|
|
||||||
if (self.debug && terms[term.strings.tc]) {
|
|
||||||
console.log(term.names.join('/') + ' inherits from '
|
|
||||||
+ terms[term.strings.tc].names.join('/'));
|
|
||||||
}
|
|
||||||
|
|
||||||
if (self.debug) {
|
if (self.debug) {
|
||||||
var names = terms[term.strings.tc]
|
var names = terms[term.strings.tc]
|
||||||
? terms[term.strings.tc].names
|
? terms[term.strings.tc].names
|
||||||
|
Loading…
x
Reference in New Issue
Block a user