From cc4ca0fb0eefef2559ba95db2b4acad8a1132dda Mon Sep 17 00:00:00 2001 From: kloczek Date: Tue, 16 Nov 1999 18:11:35 +0000 Subject: [PATCH] - resize fix (patch from rawhide). Changed files: joe-resize.patch -> 1.1 --- joe-resize.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 joe-resize.patch diff --git a/joe-resize.patch b/joe-resize.patch new file mode 100644 index 0000000..14e1d9b --- /dev/null +++ b/joe-resize.patch @@ -0,0 +1,15 @@ +--- joe/scrn.c~ Thu Oct 6 03:10:07 1994 ++++ joe/scrn.c Thu Aug 12 19:02:26 1999 +@@ -406,10 +406,11 @@ + t->scrn=0; t->sary=0; t->updtab=0; t->compose=0; + t->ofst=0; t->ary=0; + t->htab=(struct hentry *)malloc(256*sizeof(struct hentry)); +-nresize(t,t->co,t->li); + + /* Send out terminal initialization string */ + if(t->ti) texec(t->cap,t->ti,1); ++ ++nresize(t,t->co,t->li); + + return t; + } -- 2.44.0