Made UI more consistent when comments are entered.
This commit is contained in:
parent
8a33161432
commit
627dd3e8c5
|
|
@ -225,8 +225,11 @@ nloop:
|
||||||
tfree(linebuf.s);
|
tfree(linebuf.s);
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
while (((c = cp_readchar(&string, cp_inp_cur)) != '\n') && (c != EOF))
|
while (((c = cp_readchar(&string, cp_inp_cur)) != '\n') &&
|
||||||
|
(c != EOF)) {
|
||||||
;
|
;
|
||||||
|
}
|
||||||
|
prompt();
|
||||||
goto nloop;
|
goto nloop;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue