1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/editors/the/files/patch-ab
Satoshi Taoka b329db3ec6 Update to 3.0
PR: 16684
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
2000-02-17 05:18:31 +00:00

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
{