mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-07 05:05:26 +02:00
* Start of work on re-write of SGR stuff related to MCI codes
This commit is contained in:
parent
48be2f69be
commit
3f29e3dba4
10 changed files with 110 additions and 94 deletions
|
@ -76,8 +76,7 @@ function VerticalMenuView(options) {
|
|||
}
|
||||
|
||||
self.client.term.write(ansi.goto(item.xPosition, self.position.y));
|
||||
this.client.term.write(self.getANSIColor(
|
||||
index === self.focusedItemIndex ? self.getFocusColor() : self.getColor()));
|
||||
this.client.term.write(index === self.focusedItemIndex ? this.getFocusSGR() : this.getSGR());
|
||||
|
||||
var text = strUtil.stylizeString(item.text, item.focused ? self.focusTextStyle : self.textStyle);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue