diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-05-08 12:20:48 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-05-08 12:20:48 +0000 |
commit | ca9af72c4f2136d12227a7761f8963ec23ecbd64 (patch) | |
tree | 3468e497065da090767c30e4be2c9312726bafd4 /app/xterm/doublechr.c | |
parent | 44f352c57ed103ad391992fdd93821e97f5ef4f2 (diff) |
Update to xterm 258. lightly tested by krw@, thanks.
Diffstat (limited to 'app/xterm/doublechr.c')
-rw-r--r-- | app/xterm/doublechr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/xterm/doublechr.c b/app/xterm/doublechr.c index bcfcddae3..210a41ab8 100644 --- a/app/xterm/doublechr.c +++ b/app/xterm/doublechr.c @@ -1,4 +1,4 @@ -/* $XTermId: doublechr.c,v 1.73 2009/11/28 13:28:03 tom Exp $ */ +/* $XTermId: doublechr.c,v 1.74 2010/04/16 08:45:59 tom Exp $ */ /************************************************************ @@ -293,7 +293,7 @@ xterm_DoubleGC(XtermWidget xw, result = getCgsGC(xw, cgsWin, cgsId); *inxp = n; } else if (flags & BOLD) { - flags &= ~BOLD; + UIntClr(flags, BOLD); result = xterm_DoubleGC(xw, chrset, flags, old_gc, inxp); } } |