summaryrefslogtreecommitdiff
path: root/lib/libcurses/lib_mvcur.c
diff options
context:
space:
mode:
authorThorsten Lockert <tholo@cvs.openbsd.org>1996-06-16 08:12:57 +0000
committerThorsten Lockert <tholo@cvs.openbsd.org>1996-06-16 08:12:57 +0000
commit4afe361417bfb0ed28fa701cff47bc636e8e4017 (patch)
tree527eee9367e2ea41c99201f0fb4c71b3c00a8a58 /lib/libcurses/lib_mvcur.c
parenta89cb8e7f11337d48b5d528602b70a228a8c6a33 (diff)
Don't allow overwrites as a means to moving to the right; updates sometimes
does not work correctly. This would often be seen in nvi
Diffstat (limited to 'lib/libcurses/lib_mvcur.c')
-rw-r--r--lib/libcurses/lib_mvcur.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libcurses/lib_mvcur.c b/lib/libcurses/lib_mvcur.c
index b8483e95480..51308009204 100644
--- a/lib/libcurses/lib_mvcur.c
+++ b/lib/libcurses/lib_mvcur.c
@@ -473,7 +473,7 @@ relative_move(char *result, int from_y,int from_x,int to_y,int to_x, bool ovw)
}
#endif /* TABS_OK */
-#if defined(REAL_ATTR) && defined(WANT_CHAR)
+#if defined(REAL_ATTR) && defined(WANT_CHAR) && 0
/*
* If we have no attribute changes, overwrite is cheaper.
* Note: must suppress this by passing in ovw = FALSE whenever