From: kloczek Date: Tue, 16 Nov 1999 18:11:35 +0000 (+0000) Subject: - resize fix (patch from rawhide). X-Git-Tag: joe-2_8-23~1 X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;h=cc4ca0fb0eefef2559ba95db2b4acad8a1132dda;p=packages%2Fjoe.git - resize fix (patch from rawhide). Changed files: joe-resize.patch -> 1.1 --- 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; + }