all repos — st @ 581ae58b4182c2d472b30d11dbbef813704642f1

st (suckless terminal) config

fix warning
pancake pancake@nopcode.org
commit

581ae58b4182c2d472b30d11dbbef813704642f1

parent

5258d6054599e456c260984b8619500d0b4b75b7

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

jump to
M st.cst.c

@@ -16,6 +16,7 @@ #include <sys/stat.h>

#include <sys/types.h> #include <sys/wait.h> #include <unistd.h> +#include <pty.h> #include <X11/Xlib.h> #include <X11/keysym.h> #include <X11/Xutil.h>