mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-27 21:16:09 +02:00
This has caused more trouble than it's worth - revisit later
This commit is contained in:
parent
ee653d7211
commit
fffbd424d9
1 changed files with 3 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue