diff options
Diffstat (limited to 'editors/the/files/patch-ab')
| -rw-r--r-- | editors/the/files/patch-ab | 40 |
1 files changed, 18 insertions, 22 deletions
diff --git a/editors/the/files/patch-ab b/editors/the/files/patch-ab index 07fdd557d0c8..7892df55605c 100644 --- a/editors/the/files/patch-ab +++ b/editors/the/files/patch-ab @@ -1,22 +1,18 @@ -*** 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 - { +--- 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 + { |
