X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=textclient%2Fsrc%2Fcommands.c;fp=textclient%2Fsrc%2Fcommands.c;h=1af9e8f68caa22643e40b18051f6564041f43f55;hb=9a7546b0fd81cebb759c3b8732c9ff5d9d71aa0f;hp=fc115d2fd8870f1baf5cec19de50091bceca047e;hpb=9afd9114bb74ee65c505c1133cd6c5c5bb90c7de;p=citadel.git diff --git a/textclient/src/commands.c b/textclient/src/commands.c index fc115d2fd..1af9e8f68 100644 --- a/textclient/src/commands.c +++ b/textclient/src/commands.c @@ -979,7 +979,20 @@ int getcmd(CtdlIPC *ipc, char *argbuf) enable_color = 0; } /* if we're running in idiot mode, display a cute little menu */ - IFNEXPERT formout(ipc, "mainmenu"); + + IFNEXPERT { + scr_printf("-----------------------------------------------------------------------\n"); + scr_printf("Room cmds: nown rooms, oto next room, <.G>oto a specific room,\n"); + scr_printf(" kip this room, bandon this room, ap this room,\n"); + scr_printf(" ngoto (move back)\n"); + scr_printf("Message cmds: ew msgs, orward read, everse read, ld msgs,\n"); + scr_printf(" ast five msgs, nter a message\n"); + scr_printf("General cmds: help, erminate, hat, ho is online\n"); + scr_printf("Misc: toggle eXpert mode, irectory\n"); + scr_printf("\n"); + scr_printf(" (Type .Help SUMMARY for extended commands, to hide this menu)\n"); + scr_printf("-----------------------------------------------------------------------\n"); + } print_instant(); strcpy(argbuf, "");