mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-10 22:54:37 +02:00
* Fix MCI colors. Everything working well so far!
This commit is contained in:
parent
23a4344a4b
commit
04c85d2311
8 changed files with 142 additions and 95 deletions
|
@ -81,11 +81,6 @@ TextView.prototype.setFocus = function(focused) {
|
|||
|
||||
this.redraw();
|
||||
|
||||
console.log('---')
|
||||
console.log(this.graphicRendition)
|
||||
console.log(this.focusGraphicRendition)
|
||||
console.log('---')
|
||||
|
||||
// position & SGR for cursor
|
||||
this.client.term.write(ansi.goto(this.position.x, this.position.y + this.text.length));
|
||||
this.client.term.write(this.getFocusSGR());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue