Merge minor theme stuff

This commit is contained in:
Bryan Ashby 2018-03-14 21:33:58 -06:00
parent e7b7ced66c
commit 18284d8038
2 changed files with 3 additions and 2 deletions

View File

@ -280,7 +280,7 @@
} }
0: { 0: {
mci: { mci: {
VM1: { height: 14, width: 60} VM1: { height: 14, width: 70 }
TM2: { TM2: {
focusTextStyle: upper focusTextStyle: upper
items: [ "yes", "no" ] items: [ "yes", "no" ]

View File

@ -129,7 +129,8 @@ function TextView(options) {
renderedFillChar, //this.fillChar, renderedFillChar, //this.fillChar,
this.justify, this.justify,
this.hasFocus ? this.getFocusSGR() : this.getSGR(), this.hasFocus ? this.getFocusSGR() : this.getSGR(),
this.getStyleSGR(1) || this.getSGR() this.getStyleSGR(1) || this.getSGR(),
true // use render len
), ),
false // no converting CRLF needed false // no converting CRLF needed
); );