1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-28 21:29:28 +00:00
freebsd-ports/editors/the/files/patch-ab
Kevin Lo 80d3503afa - Support LOCALBASE properly
- Change location of data files from libdata/ to share/

PR: 20751
Submitted by: Ports Fury
2000-08-23 08:30:02 +00:00

19 lines
444 B
Plaintext

--- 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
{