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 83dcf373..8fd78fb7 100644 --- a/mbbsd/name.c +++ b/mbbsd/name.c @@ -279,7 +279,7 @@ namecomplete(const char *prompt, char *data) while ((ch = igetch()) != EOF) { if (ch == '\n' || ch == '\r') { *temp = '\0'; - outc('\n'); + // outc('\n'); if (NumInList(cwlist) == 1) strcpy(data, cwlist->word); else if (!InList(cwlist, data)) |