add rxvt hack by Erling Jacobsen <erlingj@dk-online.dk>
This commit is contained in:
parent
ff09f5a8f3
commit
fc82ba6f4d
@ -1,5 +1,5 @@
|
||||
*** Makefile.orig Mon Jan 23 12:01:28 1995
|
||||
--- Makefile Thu Oct 15 11:28:54 1998
|
||||
--- Makefile Thu Nov 12 16:40:55 1998
|
||||
***************
|
||||
*** 10,23 ****
|
||||
# to go:
|
||||
@ -50,6 +50,29 @@
|
||||
# Object files
|
||||
|
||||
***************
|
||||
*** 90,99 ****
|
||||
if [ ! -d $(WHEREJOE) ]; then mkdir $(WHEREJOE); chmod a+rx $(WHEREJOE); fi
|
||||
rm -f $(WHEREJOE)/joe $(WHEREJOE)/jmacs $(WHEREJOE)/jstar $(WHEREJOE)/jpico $(WHEREJOE)/rjoe $(WHEREJOE)/termidx
|
||||
mv joe $(WHEREJOE)
|
||||
! ln $(WHEREJOE)/joe $(WHEREJOE)/jmacs
|
||||
! ln $(WHEREJOE)/joe $(WHEREJOE)/jstar
|
||||
! ln $(WHEREJOE)/joe $(WHEREJOE)/rjoe
|
||||
! ln $(WHEREJOE)/joe $(WHEREJOE)/jpico
|
||||
mv termidx $(WHEREJOE)
|
||||
if [ ! -d $(WHERERC) ]; then mkdir $(WHERERC); chmod a+rx $(WHERERC); fi
|
||||
rm -f $(WHERERC)/joerc $(WHERERC)/jmacsrc $(WHERERC)/jstarrc $(WHERERC)/jpicorc $(WHERERC)/rjoerc $(WHEREMAN)/joe.1
|
||||
--- 98,107 ----
|
||||
if [ ! -d $(WHEREJOE) ]; then mkdir $(WHEREJOE); chmod a+rx $(WHEREJOE); fi
|
||||
rm -f $(WHEREJOE)/joe $(WHEREJOE)/jmacs $(WHEREJOE)/jstar $(WHEREJOE)/jpico $(WHEREJOE)/rjoe $(WHEREJOE)/termidx
|
||||
mv joe $(WHEREJOE)
|
||||
! ln -s $(WHEREJOE)/joe $(WHEREJOE)/jmacs
|
||||
! ln -s $(WHEREJOE)/joe $(WHEREJOE)/jstar
|
||||
! ln -s $(WHEREJOE)/joe $(WHEREJOE)/rjoe
|
||||
! ln -s $(WHEREJOE)/joe $(WHEREJOE)/jpico
|
||||
mv termidx $(WHEREJOE)
|
||||
if [ ! -d $(WHERERC) ]; then mkdir $(WHERERC); chmod a+rx $(WHERERC); fi
|
||||
rm -f $(WHERERC)/joerc $(WHERERC)/jmacsrc $(WHERERC)/jstarrc $(WHERERC)/jpicorc $(WHERERC)/rjoerc $(WHEREMAN)/joe.1
|
||||
***************
|
||||
*** 115,126 ****
|
||||
chmod a+r $(WHERERC)/jpicorc
|
||||
chmod a+r $(WHEREMAN)/joe.1
|
||||
|
@ -1,5 +1,15 @@
|
||||
*** main.c.orig Thu Apr 16 18:00:34 1998
|
||||
--- main.c Thu Apr 16 18:01:27 1998
|
||||
*** main.c.orig Sun Jan 22 06:21:08 1995
|
||||
--- main.c Thu Nov 12 16:43:59 1998
|
||||
***************
|
||||
*** 119,124 ****
|
||||
--- 119,125 ----
|
||||
if(flg)
|
||||
if(maint->curwin->watom->what==TYPETW) return 0;
|
||||
else maint->curwin->notify= &term;
|
||||
+ nredraw(n);
|
||||
while(!leave && (!flg || !term))
|
||||
{
|
||||
MACRO *m;
|
||||
***************
|
||||
*** 187,198 ****
|
||||
run=namprt(argv[0]);
|
||||
@ -14,7 +24,7 @@
|
||||
|
||||
#ifndef __MSDOS__
|
||||
if(!(cap=getcap(NULL,9600,NULL,NULL)))
|
||||
--- 187,198 ----
|
||||
--- 188,199 ----
|
||||
run=namprt(argv[0]);
|
||||
#endif
|
||||
|
||||
@ -36,7 +46,7 @@
|
||||
if(s)
|
||||
{
|
||||
s=vsncpy(NULL,0,sz(s));
|
||||
--- 249,255 ----
|
||||
--- 250,256 ----
|
||||
}
|
||||
|
||||
vsrm(s);
|
||||
|
Loading…
Reference in New Issue
Block a user