diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2014-05-09 19:56:42 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2014-05-09 19:56:42 +0000 |
commit | 0abff89ae011fd09403930fb14063b72ba40603a (patch) | |
tree | 937640dd5f74bcda37512cb4c26e6a80b3150eab /app/xterm/doublechr.c | |
parent | a85e097bc006d743f42b66432c5c01c546f4535d (diff) |
Update to xterm 304. With help of shadchin@
tested by ajacoutot@ and shadchin@
Diffstat (limited to 'app/xterm/doublechr.c')
-rw-r--r-- | app/xterm/doublechr.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app/xterm/doublechr.c b/app/xterm/doublechr.c index d228e7f39..906d2bd85 100644 --- a/app/xterm/doublechr.c +++ b/app/xterm/doublechr.c @@ -1,7 +1,7 @@ -/* $XTermId: doublechr.c,v 1.83 2013/08/30 21:35:13 tom Exp $ */ +/* $XTermId: doublechr.c,v 1.84 2014/04/25 23:41:42 tom Exp $ */ /* - * Copyright 1997-2012,2013 by Thomas E. Dickey + * Copyright 1997-2013,2014 by Thomas E. Dickey * * All Rights Reserved * @@ -161,6 +161,8 @@ xterm_ResetDouble(XtermWidget xw) if (changed) { xtermRepaint(xw); } +#else + (void) xw; #endif } |