Merge minor theme stuff
This commit is contained in:
parent
e7b7ced66c
commit
18284d8038
|
@ -280,7 +280,7 @@
|
|||
}
|
||||
0: {
|
||||
mci: {
|
||||
VM1: { height: 14, width: 60}
|
||||
VM1: { height: 14, width: 70 }
|
||||
TM2: {
|
||||
focusTextStyle: upper
|
||||
items: [ "yes", "no" ]
|
||||
|
|
|
@ -129,7 +129,8 @@ function TextView(options) {
|
|||
renderedFillChar, //this.fillChar,
|
||||
this.justify,
|
||||
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
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue