summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mbbsd/board.c1
-rw-r--r--mbbsd/name.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/mbbsd/board.c b/mbbsd/board.c
index f84aa519..13cdd930 100644
--- a/mbbsd/board.c
+++ b/mbbsd/board.c
@@ -1096,6 +1096,7 @@ choose_board(int newflag)
show_brdlist(head, 1, newflag);
break;
}
+ head = -1;
num = tmp;
break;
case 'E':
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))