X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=textclient%2Fcommands.c;fp=textclient%2Fcommands.c;h=c241f014d70a08c55c24e164cb0df6b889564044;hp=cf3576d878eb6c3f7b21e051c656dfd20490aee6;hb=ff8b822cefb034b780dc3c8b1f2c679191a168d9;hpb=9053e2d882352050a3fd443ccfbaf321a0222b93 diff --git a/textclient/commands.c b/textclient/commands.c index cf3576d87..c241f014d 100644 --- a/textclient/commands.c +++ b/textclient/commands.c @@ -1,19 +1,11 @@ -// This file contains functions which implement parts of the -// text-mode user interface. +// This file contains functions which implement parts of the text-mode user interface. // -// Copyright (c) 1987-2022 by the citadel.org team +// Copyright (c) 1987-2024 by the citadel.org team // -// This program is open source software. Use, duplication, and/or -// disclosure is subject to the GNU General Purpose License version 3. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. +// This program is open source software. Use, duplication, or disclosure is subject to the GNU General Public License version 3. #include "textclient.h" - // The help "files" are now just an embedded set of Very Long Strings. helpnames[] is // an array of "file names" and helptexts[] is the "content". @@ -42,11 +34,14 @@ char *helptexts[] = { " G Goto next room which has UNREAD messages.\n" " H Help. Same as '?'\n" " I Reads the Information file for this room.\n" + " J Jump to any named room (same as <.G>oto)\n" " K List of Known rooms.\n" " L Reads the last five messages in the room.\n" + " M Go to your private Mail room\n" " N Reads all new messages in the room.\n" " O Reads all old messages, backwards.\n" " P Page another user (send an instant message)\n" + " Q Quiet mode on/off (disables receiving instant messages)\n" " R Reads all messages in the room, in reverse order.\n" " S Skips current room without making its messages old.\n" " T Terminate (logout)\n" @@ -342,9 +337,6 @@ char *helptexts[] = { " you can specify a partial match\n" "\n" " <.> ead extfile formatted File 'download' commands.\n" - " <.> ead file using modem \n" - " <.> ead file using modem \n" - " <.> ead file using modem \n" " <.> ead ile unformatted \n" " <.> ead irectory \n" "\n"