From c0d88f907b5be081da6f10a8fb5f4e69f01aedef Mon Sep 17 00:00:00 2001 From: Zachary Schlitt Date: Tue, 8 Oct 2019 20:21:54 -0500 Subject: [PATCH] fixed mistakes on st.c portion of keyboard select patch file --- keyboard-select.patch | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/keyboard-select.patch b/keyboard-select.patch index faa1371..b16b85e 100644 --- a/keyboard-select.patch +++ b/keyboard-select.patch @@ -22,11 +22,7 @@ index b8e6077..1ad0f22 100644 #include "st.h" #include "win.h" -@@ -2617,10 +2619,13 @@ tresize(int col, int row) - { - int i, j; - int minrow = MIN(row, term.row); - int mincol = MIN(col, term.col); +@@ -2622,6 +2624,9 @@ tresize(int col, int row) int *bp; TCursor c; @@ -36,7 +32,7 @@ index b8e6077..1ad0f22 100644 if (col < 1 || row < 1) { fprintf(stderr, "tresize: error resizing to %dx%d\n", col, row); -@@ -2751,3 +2756,220 @@ redraw(void) +@@ -2752,3 +2757,220 @@ redraw(void) tfulldirt(); draw(); }