This commit is contained in:
chris
2002-11-04 15:39:28 +00:00
parent b27214e641
commit fad17b4d2b
3 changed files with 52 additions and 7 deletions

2
ui.c
View File

@@ -877,7 +877,7 @@ void ui_loop() {
case '!': {
char *s;
dontshowdisplay = 1;
if ((s = edline(0, "Command", ""))) {
if ((s = edline(0, "Command", "")) && s[strspn(s, " \t")]) {
int i, dowait = 0;
erase();
refresh();