* Just some notes

This commit is contained in:
Bryan Ashby 2015-05-04 22:04:36 -06:00
parent 6dfda0e6d4
commit a01f5d2f24
3 changed files with 27 additions and 3 deletions

View file

@ -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;