st-flexipatch

My st-flexipatch configuration
git clone git://git.ethandl.dev/st-flexipatch
Log | Files | Refs | README | LICENSE

commit 4ccd248a50781e9ebb34c4156105c1db038c6aa1
parent ac9f5419653ea017eead9ad9ffb4770f4939cde9
Author: Stein Gunnar Bakkeby <bakkeby@gmail.com>
Date:   Sun, 10 Jul 2022 17:07:29 +0200

Merge pull request #74 from veltza/fix-incomplete-merge

Fix the incomplete merge from upstream (78adbd2)
Diffstat:
Mst.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/st.c b/st.c @@ -1073,8 +1073,6 @@ ttynew(const char *line, char *cmd, const char *out, char **args) dup2(s, 2); if (ioctl(s, TIOCSCTTY, NULL) < 0) die("ioctl TIOCSCTTY failed: %s\n", strerror(errno)); - close(s); - close(m); if (s > 2) close(s); #ifdef __OpenBSD__