From fffbd424d9807d619a774edd33c96a8c0a560be9 Mon Sep 17 00:00:00 2001 From: Bryan Ashby Date: Tue, 9 Feb 2021 20:25:54 -0700 Subject: [PATCH] This has caused more trouble than it's worth - revisit later --- core/theme.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/theme.js b/core/theme.js index f9cf5792..d8340b65 100644 --- a/core/theme.js +++ b/core/theme.js @@ -560,9 +560,9 @@ function displayThemedPrompt(name, client, options, cb) { // const dispOptions = Object.assign( {}, options, promptConfig.config ); // :TODO: We can use term detection to do nifty things like avoid this kind of kludge: - if(!options.clearScreen) { - dispOptions.font = 'not_really_a_font!'; // kludge :) - } + // if(!options.clearScreen) { + // dispOptions.font = 'not_really_a_font!'; // kludge :) + // } displayThemedAsset( promptConfig.art,