dconsole icon indicating copy to clipboard operation
dconsole copied to clipboard

Splash suppression

Open Type1J opened this issue 9 years ago • 1 comments

An argument should be added to DC.init() (maybe "splash:Bool = true" to default to true) that determines whether the following line is executed at the end of init:

DC.logInfo("~~~~~~~~~~ DCONSOLE ~~~~~~~~~~ (v" + VERSION + ")");

Type1J avatar Oct 23 '14 19:10 Type1J

Ok, one thing i do to remove the splash is to call DC.clear() right after the console init, but i think that option should be available too.

Another is that that flag will be at the end of the init method so it does not break previous compatibility.

tiagolr avatar Oct 24 '14 13:10 tiagolr