[Commit] jove term.c,1.5,1.6

Keith Packard commit at keithp.com
Wed Nov 19 20:29:07 PST 2003


Committed by: keithp

Update of /local/src/CVS/jove
In directory home.keithp.com:/tmp/cvs-serv26221

Modified Files:
	term.c 
Log Message:
Always assume XM is set

Index: term.c
===================================================================
RCS file: /local/src/CVS/jove/term.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- term.c	10 Jun 2003 17:32:07 -0000	1.5
+++ term.c	20 Nov 2003 04:29:04 -0000	1.6
@@ -176,7 +176,7 @@
 	if ((XN = tgetflag ("xn")) == -1)
 		XN = 0;
 	if ((XM = tgetflag ("xm")) == -1)
-		XM = 0;
+		XM = 1;	/* assume broken, it always is */
 	if ((ME = tgetflag ("me")) == -1)
 		ME = 0;
 	if (ME)




More information about the Commit mailing list