all repos — st @ 40c0ecfe821036a3eefc210e6f5dc09e846ae5bf

st (suckless terminal) config

remove stdio slave pty opening
Matthias-Christian Ott ott@enolink.de
commit

40c0ecfe821036a3eefc210e6f5dc09e846ae5bf

parent

e2ac1676b10e71dcc2c11614637ea8f00d3ba9a1

1 files changed, 0 insertions(+), 3 deletions(-)

jump to
M std.cstd.c

@@ -319,8 +319,5 @@ else if(argc == 1)

eprint("usage: st [-v]\n"); getpty(); shell(); - fdopen(fptm, "r+"); - if(!fptm) - eprintn("cannot open slave pty"); return 0; }