* Don't display the infrequently used m<Y> next option on the prompt
authorMichael Hampton <io_error@uncensored.citadel.org>
Sun, 21 Dec 2003 19:35:08 +0000 (19:35 +0000)
committerMichael Hampton <io_error@uncensored.citadel.org>
Sun, 21 Dec 2003 19:35:08 +0000 (19:35 +0000)
  (we need more space..)

citadel/messages.c

index 971afbf1bb67b786850b3cc56140d8feabafac8d..b61272e8b9f6a336603fc441062b6a4c19020d76 100644 (file)
@@ -1558,7 +1558,7 @@ RMSGREAD: scr_flush();
                        color(DIM_WHITE);
                        scr_printf(") ");
 
-                       keyopt("<B>ack <A>gain <Q>uote <R>eply <N>ext <S>top m<Y> next ");
+                       keyopt("<B>ack <A>gain <Q>uote <R>eply <N>ext <S>top ");
                        if (rc_url_cmd[0] && num_urls)
                                keyopt("<U>RLview ");
                        if (has_images > 0 && strlen(imagecmd) > 0)