diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2014-01-02 15:14:51 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2014-01-02 15:14:51 +0000 |
commit | 238f00af31ce204960b9b467fdbd78b8e38388fa (patch) | |
tree | ad1913177a96d700ac268b3f056d27e18c66ae14 /app/xterm/doublechr.c | |
parent | e9de148a5dd84cc98019847738a1c0a6e9de0242 (diff) |
Update to xterm-300. Tested by ajacoutot@ and shadchin@.
Diffstat (limited to 'app/xterm/doublechr.c')
-rw-r--r-- | app/xterm/doublechr.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/xterm/doublechr.c b/app/xterm/doublechr.c index 3c13ef01a..d228e7f39 100644 --- a/app/xterm/doublechr.c +++ b/app/xterm/doublechr.c @@ -1,7 +1,7 @@ -/* $XTermId: doublechr.c,v 1.81 2012/04/15 23:39:53 tom Exp $ */ +/* $XTermId: doublechr.c,v 1.83 2013/08/30 21:35:13 tom Exp $ */ /* - * Copyright 1997-2011,2012 by Thomas E. Dickey + * Copyright 1997-2012,2013 by Thomas E. Dickey * * All Rights Reserved * @@ -66,8 +66,8 @@ repaint_line(XtermWidget xw, unsigned newChrSet) if (oldChrSet != newChrSet) { TRACE(("repaint_line(%2d,%2d) (%s -> %s)\n", currow, screen->cur_col, - visibleChrsetName(oldChrSet), - visibleChrsetName(newChrSet))); + visibleDblChrset(oldChrSet), + visibleDblChrset(newChrSet))); HideCursor(); /* If switching from single-width, keep the cursor in the visible part |