Closed taviso closed 2 years ago
Add an option to disable the welcome banner on startup, it does sleep(5) in banner_on() which can be annoying.
sleep(5)
banner_on()
banner_on() is very simple and can just be rewritten, perhaps it should do getenv("LOTUS_NO_BANNER") or something.
getenv("LOTUS_NO_BANNER")
Shall this issue be closed?
Oops, yep, thanks!
Add an option to disable the welcome banner on startup, it does
sleep(5)
inbanner_on()
which can be annoying.banner_on()
is very simple and can just be rewritten, perhaps it should dogetenv("LOTUS_NO_BANNER")
or something.