This has caused more trouble than it's worth - revisit later
This commit is contained in:
@@ -560,9 +560,9 @@ function displayThemedPrompt(name, client, options, cb) {
|
|||||||
//
|
//
|
||||||
const dispOptions = Object.assign( {}, options, promptConfig.config );
|
const dispOptions = Object.assign( {}, options, promptConfig.config );
|
||||||
// :TODO: We can use term detection to do nifty things like avoid this kind of kludge:
|
// :TODO: We can use term detection to do nifty things like avoid this kind of kludge:
|
||||||
if(!options.clearScreen) {
|
// if(!options.clearScreen) {
|
||||||
dispOptions.font = 'not_really_a_font!'; // kludge :)
|
// dispOptions.font = 'not_really_a_font!'; // kludge :)
|
||||||
}
|
// }
|
||||||
|
|
||||||
displayThemedAsset(
|
displayThemedAsset(
|
||||||
promptConfig.art,
|
promptConfig.art,
|
||||||
|
|||||||
Reference in New Issue
Block a user