mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
b329db3ec6
PR: 16684 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
23 lines
522 B
Plaintext
23 lines
522 B
Plaintext
*** execute.c.orig Thu Dec 23 19:20:28 1999
|
|
--- execute.c Tue Feb 1 20:40:04 2000
|
|
***************
|
|
*** 4253,4258 ****
|
|
--- 4253,4259 ----
|
|
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,4272 ****
|
|
--- 4268,4274 ----
|
|
{
|
|
continue;
|
|
}
|
|
+ #endif
|
|
}
|
|
else
|
|
{
|