How can I turn off the startup banner?

72 views
Skip to first unread message

Damien Leferve

unread,
Mar 19, 2022, 7:27:50 AM3/19/22
to Kona...@googlegroups.com
Hi, is there a way I can start Kona without the startup banner showing?

n

unread,
Jul 31, 2022, 2:12:41 PM7/31/22
to Kona Users
Just delete the expression:

O("kona      \\ for help. \\\\ to exit.\n\n");

inside boilerplate function in src/c.c and compile again. 

I also removed the initial indentation by removing O(" ") from src/kc.c like this:
(src/kc.c: prompt functionline ~45)

I prompt(I n){ DO(n,O(">"))  O("  "); fflush(stdout); R 0; }
to
I prompt(I n){ DO(n,O(">")) fflush(stdout); R 0; }
Reply all
Reply to author
Forward
0 new messages