Skip to content
Snippets Groups Projects
Commit 49c65b35 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Add a figlet logo to the wizard welcome page

parent d88ebed3
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -201,6 +201,12 @@ void cfg_wizard(void)
wizard_msg(stage, total,
" ~ Welcome ~\n"
" _________ .__ __ \n"
" / _____/__.__. ____ ____ | |_________ ____ ____ _____/ |_ \n"
" \\_____ < | |/ \\_/ ___\\| | \\_ __ \\/ _ \\ / \\_/ __ \\ __\\\n"
" / \\___ | | \\ \\___| Y \\ | \\( <_> ) | \\ ___/| | \n"
"/_______ / ____|___| /\\___ >___| /__| \\____/|___| /\\___ >__| \n"
" \\/\\/ \\/ \\/ \\/ \\/ \\/ \n"
"\n"
"This wizard will take you through the configuration of the basic\n"
"parameters required to run a Synchronet Bulletin Board System. All of\n"
......@@ -209,7 +215,7 @@ void cfg_wizard(void)
"Press ~ ENTER ~ to advance through the setup wizard or ~ ESC ~ to move\n"
"backward or abort the wizard."
);
if(uifc.list(WIN_SAV | WIN_L2R | WIN_NOBRDR, 0, 12 ,0, NULL, NULL, NULL, opt) == -1) {
if(uifc.list(WIN_SAV | WIN_L2R | WIN_NOBRDR, 0, 18 ,0, NULL, NULL, NULL, opt) == -1) {
--stage;
continue;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment