From 18284d80386f838494278e3e4d3c0503594a2719 Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Wed, 14 Mar 2018 21:33:58 -0600 Subject: [PATCH] Merge minor theme stuff --- art/themes/luciano_blocktronics/theme.hjson | 2 +- core/text_view.js | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/art/themes/luciano_blocktronics/theme.hjson b/art/themes/luciano_blocktronics/theme.hjson index e6662c2c..9a8d3b6c 100644 --- a/art/themes/luciano_blocktronics/theme.hjson +++ b/art/themes/luciano_blocktronics/theme.hjson @@ -280,7 +280,7 @@ } 0: { mci: { - VM1: { height: 14, width: 60} + VM1: { height: 14, width: 70 } TM2: { focusTextStyle: upper items: [ "yes", "no" ] diff --git a/core/text_view.js b/core/text_view.js index 8de04484..9497a16b 100644 --- a/core/text_view.js +++ b/core/text_view.js @@ -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 );