Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From f4395dba32882d927cc359e4fbb91bb577f70031 Mon Sep 17 00:00:00 2001 |From: Julius Huelsmann |Date: Sun, 7 Jun 2020 18:15:30 +0200 |Subject: [PATCH] repatch | |--- | Makefile | 2 +- | config.def.h | 14 +++ | normalMode.c | 279 +++++++++++++++++++++++++++++++++++++++++ | normalMode.h | 7 ++ | st.c | 348 +++++++++++++++++++++++++++------------------------ | st.h | 1 + | utils.h | 23 ++++ | win.h | 1 + | x.c | 16 ++- | 9 files changed, 521 insertions(+), 170 deletions(-) | create mode 100644 normalMode.c | create mode 100644 normalMode.h | create mode 100644 utils.h | |diff --git a/Makefile b/Makefile |index 470ac86..6688a58 100644 |--- a/Makefile |+++ b/Makefile -------------------------- Patching file Makefile using Plan A... Hunk #1 succeeded at 21. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/config.def.h b/config.def.h |index 6f05dce..b6c2457 100644 |--- a/config.def.h |+++ b/config.def.h -------------------------- Patching file config.def.h using Plan A... Hunk #1 succeeded at 131. Hunk #2 succeeded at 212. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/normalMode.c b/normalMode.c |new file mode 100644 |index 0000000..24a3fb2 |--- /dev/null |+++ b/normalMode.c -------------------------- (Creating file normalMode.c...) Patching file normalMode.c using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/normalMode.h b/normalMode.h |new file mode 100644 |index 0000000..f520c61 |--- /dev/null |+++ b/normalMode.h -------------------------- (Creating file normalMode.h...) Patching file normalMode.h using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/st.c b/st.c |index ef8abd5..aba59f0 100644 |--- a/st.c |+++ b/st.c -------------------------- Patching file st.c using Plan A... Hunk #1 succeeded at 1. Hunk #2 succeeded at 43. Hunk #3 succeeded at 100. Hunk #4 succeeded at 209. Hunk #5 succeeded at 236. Hunk #6 succeeded at 436. Hunk #7 succeeded at 553. Hunk #8 succeeded at 568. Hunk #9 succeeded at 586. Hunk #10 succeeded at 639. Hunk #11 succeeded at 654. Hunk #12 succeeded at 1006. Hunk #13 succeeded at 1066. Hunk #14 succeeded at 1087. Hunk #15 succeeded at 1239. Hunk #16 succeeded at 1248. Hunk #17 succeeded at 2414. Hunk #18 succeeded at 2483. Hunk #19 succeeded at 2495. Hunk #20 succeeded at 2503. Hunk #21 succeeded at 2579. Hunk #22 succeeded at 2608. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/st.h b/st.h |index 3d351b6..b79ac2f 100644 |--- a/st.h |+++ b/st.h -------------------------- Patching file st.h using Plan A... Hunk #1 succeeded at 8. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/utils.h b/utils.h |new file mode 100644 |index 0000000..ca435e6 |--- /dev/null |+++ b/utils.h -------------------------- (Creating file utils.h...) Patching file utils.h using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/win.h b/win.h |index a6ef1b9..cea19f3 100644 |--- a/win.h |+++ b/win.h -------------------------- Patching file win.h using Plan A... Hunk #1 succeeded at 19. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/x.c b/x.c |index 210f184..da9e773 100644 |--- a/x.c |+++ b/x.c -------------------------- Patching file x.c using Plan A... Hunk #1 succeeded at 19. Hunk #2 succeeded at 262. Hunk #3 succeeded at 774. Hunk #4 succeeded at 1229. Hunk #5 succeeded at 1615. Hunk #6 succeeded at 1807. Hmm... Ignoring the trailing garbage. done