X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=textclient%2Fsrc%2Fmessages.c;h=1337b029c968f4be1d7778c8a78b89a6fd587124;hp=c800b7f9049b0ae16e91aef845f1ff21dc3e9789;hb=9a7546b0fd81cebb759c3b8732c9ff5d9d71aa0f;hpb=9afd9114bb74ee65c505c1133cd6c5c5bb90c7de diff --git a/textclient/src/messages.c b/textclient/src/messages.c index c800b7f90..1337b029c 100644 --- a/textclient/src/messages.c +++ b/textclient/src/messages.c @@ -1,7 +1,7 @@ /* * Text client functions for reading and writing of messages * - * Copyright (c) 1987-2016 by the citadel.org team + * Copyright (c) 1987-2017 by the citadel.org team * * This program is open source software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3. @@ -1211,7 +1211,9 @@ int entmsg(CtdlIPC *ipc, /* If the user is a dumbass, tell them how to type. */ if ((userflags & US_EXPERT) == 0) { - formout(ipc, "entermsg"); + scr_printf("Entering message. Word wrap will give you soft linebreaks. Pressing the\n"); + scr_printf("'enter' key will give you a hard linebreak and an indent. Press 'enter' twice\n"); + scr_printf("when finished.\n"); } /* Handle the selection of a recipient, if necessary. */