mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-22 18:56:00 +02:00
* Just some notes
This commit is contained in:
parent
6dfda0e6d4
commit
a01f5d2f24
3 changed files with 27 additions and 3 deletions
|
@ -68,8 +68,8 @@ function View(options) {
|
|||
options.dimens = { width : 1, height : 1 };
|
||||
}
|
||||
|
||||
options.dimens.width = options.dimens.width || 1;
|
||||
options.dimens.height = options.dimens.height || 1;
|
||||
//options.dimens.width = options.dimens.width || 1;
|
||||
//options.dimens.height = options.dimens.height || 1;
|
||||
|
||||
this.ansiSGR = options.ansiSGR || ansi.getSGRFromGraphicRendition( { fg : 39, bg : 49 }, true);
|
||||
this.ansiFocusSGR = options.ansiFocusSGR || this.ansiSGR;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue