agree st-clickurl with st-externalpipe

This commit is contained in:
2026-01-22 07:53:25 +01:00
parent c639b09920
commit 01873515e4

2
st.c
View File

@@ -726,8 +726,10 @@ followurl(int x, int y) {
execlp(urlhandler, urlhandler, linestr + url_start, NULL); execlp(urlhandler, urlhandler, linestr + url_start, NULL);
exit(1); exit(1);
} }
/* // handled by st-externalpipe patch
if (chpid > 0) if (chpid > 0)
waitpid(chpid, NULL, 0); waitpid(chpid, NULL, 0);
*/
free(linestr); free(linestr);
unhighlighturls(); unhighlighturls();
} }