summaryrefslogtreecommitdiff
path: root/x11/gnome-libs/patches/patch-ao
blob: 17d2d4201f7e921dda163ce1f29b4b70fbbbf81f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-ao,v 1.2 2000/10/17 23:57:46 jlam Exp $

--- zvt/vt.c.orig	Sat Mar 18 02:57:13 2000
+++ zvt/vt.c
@@ -1154,7 +1154,8 @@
 
   for (j = 0; j < vt->argcnt; j++) {
     i = vt->arg.num.intargs[j];
-    if (i==0 || i==27) {
+    if (i==0) {
+      /* \E[27m only clears reverse video, not all attributes - mycroft */
       vt->attr=VTATTR_CLEAR;
     } else if (i<9) {
       vt->attr |= mode_map[i];	/* add a mode */