]> git.pld-linux.org Git - packages/joe.git/commitdiff
- resize fix (patch from rawhide).
authorkloczek <kloczek@pld-linux.org>
Tue, 16 Nov 1999 18:11:35 +0000 (18:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    joe-resize.patch -> 1.1

joe-resize.patch [new file with mode: 0644]

diff --git a/joe-resize.patch b/joe-resize.patch
new file mode 100644 (file)
index 0000000..14e1d9b
--- /dev/null
@@ -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;
+ } 
This page took 0.111557 seconds and 4 git commands to generate.