Use refresh after tmp escape

This commit is contained in:
Arun Prakash Jana 2019-05-07 18:24:07 +05:30
parent 747490a180
commit ece7654221
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 2 additions and 4 deletions

View File

@ -1023,10 +1023,8 @@ static int spawn(char *file, char *arg1, char *arg2, const char *dir, uchar flag
retstatus = join(pid, flag);
DPRINTF_D(pid);
if (flag & F_NORMAL) {
nonl();
noecho();
}
if (flag & F_NORMAL)
refresh();
free(cmd);
}