diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2001-11-07 17:02:01 +0000 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2001-11-07 17:02:01 +0000 |
commit | 83bd3a9a385bb3d0fbad1367b1ea6bb97b518148 (patch) | |
tree | a058ba5c1fbcd874727c61b40ceca1b2216e3bb1 /www/w3m/files | |
parent | c6ab5599ce37264280a79d7c9d030cad817c43fb (diff) | |
download | FreeBSD-ports-83bd3a9a385bb3d0fbad1367b1ea6bb97b518148.zip FreeBSD-ports-83bd3a9a385bb3d0fbad1367b1ea6bb97b518148.tar.gz |
- Update to 0.2.1-inu-1.5 and www/w3m-img port to 0.2.1-inu-1.5-img-1.12.
- Enable mouse operation when terminal type is `rxvt'.
(Submitted by: necter)
- Correct pkg-descr.
(Submitted by: Thomas E. Dickey)
Reviewed by: knu
Diffstat (limited to 'www/w3m/files')
-rw-r--r-- | www/w3m/files/extra-patch-terms.c.m17n | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/www/w3m/files/extra-patch-terms.c.m17n b/www/w3m/files/extra-patch-terms.c.m17n new file mode 100644 index 0000000..d061e70 --- /dev/null +++ b/www/w3m/files/extra-patch-terms.c.m17n @@ -0,0 +1,16 @@ +--- terms.c.orig Sun Oct 22 00:46:08 2000 ++++ terms.c Sun Oct 22 01:23:53 2000 +@@ -17,7 +17,13 @@ + #include <gpm.h> + #endif /* USE_GPM */ + #ifdef USE_SYSMOUSE ++#include <osreldate.h> ++#if (__FreeBSD_version >= 400017) ++#include <sys/consio.h> ++#include <sys/fbio.h> ++#else + #include <machine/console.h> ++#endif + int (*sysm_handler) (int x, int y, int nbs, int obs); + static int cwidth = 8, cheight = 16; + static int xpix, ypix, nbs, obs = 0; |