diff options
Diffstat (limited to 'mbbsd/name.c')
-rw-r--r-- | mbbsd/name.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/name.c b/mbbsd/name.c index 3cb2b698..9fe2ce97 100644 --- a/mbbsd/name.c +++ b/mbbsd/name.c @@ -2,7 +2,7 @@ #include "bbs.h" static word_t *current = NULL; -static char *msg_more = "\033[7m-- More --\033[m"; +static char *msg_more = "-- More --"; typedef char (*arrptr)[]; /* name complete for user ID */ |