Browse Source

Comment on st.c

main
Yigit Colakoglu 4 years ago
parent
commit
2cb553c1ec
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      .local/src/st/st.c

+ 1
- 0
.local/src/st/st.c View File

@ -733,6 +733,7 @@ sigchld(int a)
if (p == 0 && waitpid(-1 ,&stat, WNOHANG) < 0)
/* Changed from wait(&stat) to waitpid(-1, &stat, WNOHANG) */
/* Otherwise the terminal would hang after calling iso4755 */
/* the issue is caused by a conflict between the patches iso4755 and externalpipe */
die("wait: %s\n", strerror(errno));
signal(SIGCHLD, sigchld);


Loading…
Cancel
Save