blob: 7892df55605c7a7461a6537a5649f1765ccda7da (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
--- execute.c.orig Thu Dec 23 19:20:28 1999
+++ execute.c Wed Aug 16 00:05:21 2000
@@ -4253,6 +4253,7 @@
draw_cursor(FALSE);
default_button = 0;
editfield_col = -1;
+#if defined(PDCURSES_MOUSE_ENABLED) || defined(NCURSES_MOUSE_VERSION)
if ( rc == RC_READV_TERM_MOUSE )
{
/*
@@ -4267,6 +4268,7 @@
{
continue;
}
+#endif
}
else
{
|