taviso / 123elf

A native port of Lotus 1-2-3 to Linux.
1.17k stars 59 forks source link

Add an option to disable the banner/splash screen #26

Closed taviso closed 2 years ago

taviso commented 2 years ago

Add an option to disable the welcome banner on startup, it does sleep(5) in banner_on() which can be annoying.

banner_on() is very simple and can just be rewritten, perhaps it should do getenv("LOTUS_NO_BANNER") or something.

jserv commented 2 years ago

Shall this issue be closed?

taviso commented 2 years ago

Oops, yep, thanks!