From 55457187d18221e76bd12f0fb2cfab65c49b92fb Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Tue, 5 Mar 2019 01:09:01 +0100 Subject: Initial commit --- st/.idea/encodings.xml | 4 + st/.idea/misc.xml | 13 + st/.idea/modules.xml | 8 + st/.idea/st.iml | 9 + st/.idea/vcs.xml | 6 + st/.idea/workspace.xml | 165 ++ st/FAQ | 167 ++ st/LEGACY | 17 + st/LICENSE | 34 + st/Makefile | 57 + st/README | 34 + st/TODO | 28 + st/arg.h | 50 + st/config.def.h | 462 ++++ st/config.h | 462 ++++ st/config.mk | 35 + st/patches/st-relativeborder-20171207-0ac685f.diff | 51 + st/st | Bin 0 -> 97464 bytes st/st.1 | 176 ++ st/st.c | 2604 ++++++++++++++++++++ st/st.h | 122 + st/st.info | 222 ++ st/st.o | Bin 0 -> 71720 bytes st/win.h | 38 + st/x.c | 1955 +++++++++++++++ st/x.o | Bin 0 -> 70968 bytes 26 files changed, 6719 insertions(+) create mode 100644 st/.idea/encodings.xml create mode 100644 st/.idea/misc.xml create mode 100644 st/.idea/modules.xml create mode 100644 st/.idea/st.iml create mode 100644 st/.idea/vcs.xml create mode 100644 st/.idea/workspace.xml create mode 100644 st/FAQ create mode 100644 st/LEGACY create mode 100644 st/LICENSE create mode 100644 st/Makefile create mode 100644 st/README create mode 100644 st/TODO create mode 100644 st/arg.h create mode 100644 st/config.def.h create mode 100644 st/config.h create mode 100644 st/config.mk create mode 100644 st/patches/st-relativeborder-20171207-0ac685f.diff create mode 100755 st/st create mode 100644 st/st.1 create mode 100644 st/st.c create mode 100644 st/st.h create mode 100644 st/st.info create mode 100644 st/st.o create mode 100644 st/win.h create mode 100644 st/x.c create mode 100644 st/x.o (limited to 'st') diff --git a/st/.idea/encodings.xml b/st/.idea/encodings.xml new file mode 100644 index 0000000..15a15b2 --- /dev/null +++ b/st/.idea/encodings.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/st/.idea/misc.xml b/st/.idea/misc.xml new file mode 100644 index 0000000..b7de1d8 --- /dev/null +++ b/st/.idea/misc.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/st/.idea/modules.xml b/st/.idea/modules.xml new file mode 100644 index 0000000..f289043 --- /dev/null +++ b/st/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/st/.idea/st.iml b/st/.idea/st.iml new file mode 100644 index 0000000..d6ebd48 --- /dev/null +++ b/st/.idea/st.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/st/.idea/vcs.xml b/st/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/st/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/st/.idea/workspace.xml b/st/.idea/workspace.xml new file mode 100644 index 0000000..0dc7eb3 --- /dev/null +++ b/st/.idea/workspace.xml @@ -0,0 +1,165 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +