mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-10 14:44:40 +02:00
Minor code tidy
This commit is contained in:
parent
a70d865d74
commit
a036f6c6bf
2 changed files with 2 additions and 2 deletions
|
@ -62,7 +62,7 @@ function SpinnerMenuView(options) {
|
|||
text = `${sgr}${strUtil.pad(text, this.dimens.width, this.fillChar, this.justify)}`;
|
||||
this.client.term.write(`${ansi.goto(this.position.row, this.position.col)}${text}`);
|
||||
this.setRenderCacheItem(index, text, this.hasFocus);
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
util.inherits(SpinnerMenuView, MenuView);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue