summaryrefslogtreecommitdiff
path: root/programs/xterm/testxmc.c
diff options
context:
space:
mode:
authordickey <dickey>2006-02-13 01:14:56 +0000
committerdickey <dickey>2006-02-13 01:14:56 +0000
commit7ff40e650bb92f2d4a8719eef9a4182af2be3b5d (patch)
tree84b3b82acb2b12d607d267bd5000ffb6b1f83f11 /programs/xterm/testxmc.c
parent4a6c783cf03c17900d746c14ef146cf48024a178 (diff)
207. Xterm patch #209 (Thomas Dickey).
Diffstat (limited to 'programs/xterm/testxmc.c')
-rw-r--r--programs/xterm/testxmc.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/programs/xterm/testxmc.c b/programs/xterm/testxmc.c
index cb6e796fb..1977ff402 100644
--- a/programs/xterm/testxmc.c
+++ b/programs/xterm/testxmc.c
@@ -1,7 +1,7 @@
-/* $XTermId: testxmc.c,v 1.29 2005/07/23 15:07:47 tom Exp $ */
+/* $XTermId: testxmc.c,v 1.31 2006/02/01 01:07:55 tom Exp $ */
/*
- * $XFree86: xc/programs/xterm/testxmc.c,v 3.12 2005/01/14 01:50:03 dickey Exp $
+ * $XFree86: xc/programs/xterm/testxmc.c,v 3.13 2005/08/05 01:25:40 dickey Exp $
*/
/************************************************************
@@ -182,7 +182,7 @@ Resolve_XMC(TScreen * screen)
/* Find the preceding cell.
*/
- if (getXtermCell(screen, row, col) != XMC_GLITCH) {
+ if (XTERM_CELL(row, col) != XMC_GLITCH) {
if (col != 0) {
col--;
} else if (!screen->xmc_inline && row != 0) {
@@ -203,7 +203,7 @@ Resolve_XMC(TScreen * screen)
col = 0;
} else
break;
- if (getXtermCell(screen, row, col) == XMC_GLITCH)
+ if (XTERM_CELL(row, col) == XMC_GLITCH)
break;
if ((SCRN_BUF_ATTRS(screen, row)[col] & my_attrs) != start) {
SCRN_BUF_ATTRS(screen, row)[col] = start |