* styleColor -> styleSGR1, styleSGR2
This commit is contained in:
@@ -49,8 +49,10 @@ ToggleMenuView.prototype.redraw = function() {
|
||||
//console.log(this.styleColor1)
|
||||
//var sepColor = this.getANSIColor(this.styleColor1 || this.getColor());
|
||||
//console.log(sepColor.substr(1))
|
||||
var sepColor = '\u001b[0m\u001b[1;30m'; // :TODO: FIX ME!!!
|
||||
this.client.term.write(sepColor + ' / ');
|
||||
//var sepColor = '\u001b[0m\u001b[1;30m'; // :TODO: FIX ME!!!
|
||||
// :TODO: sepChar needs to be configurable!!!
|
||||
this.client.term.write(this.styleSGR1 + ' / ');
|
||||
//this.client.term.write(sepColor + ' / ');
|
||||
}
|
||||
|
||||
this.client.term.write(i === this.focusedItemIndex ? this.getFocusSGR() : this.getSGR());
|
||||
|
||||
Reference in New Issue
Block a user