all repos — st @ 05ebee60843f24201f3e7c5c76ff94b6b5e868b2

st (suckless terminal) config

add copyright comment
Matthias-Christian Ott ott@enolink.de
commit

05ebee60843f24201f3e7c5c76ff94b6b5e868b2

parent

47d8633f157156ef4701ce71ed7eff766206c107

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

jump to
M pty.cpty.c

@@ -1,3 +1,4 @@

+/* See LICENSE file for copyright and license details. */ #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h>
M std.cstd.c

@@ -1,3 +1,4 @@

+/* See LICENSE file for copyright and license details. */ #include <sys/ioctl.h> #include <sys/select.h> #include <sys/stat.h>