diff options
| author | Tatsuya Kinoshita <tats@vega.ocn.ne.jp> | 2011-05-04 07:03:29 +0000 | 
|---|---|---|
| committer | Tatsuya Kinoshita <tats@vega.ocn.ne.jp> | 2011-05-04 07:03:29 +0000 | 
| commit | 9090972ad669cb40634a2d9e683953a4e20af34d (patch) | |
| tree | 24c4d8d1765857bbb0b25d3f1123e602c300f04d /debian/patches/00-rxvt-mouse-support | |
| parent | Releasing debian version 0.1.10+0.1.11pre+kokb23-4 (diff) | |
| download | w3m-9090972ad669cb40634a2d9e683953a4e20af34d.tar.gz w3m-9090972ad669cb40634a2d9e683953a4e20af34d.zip | |
Releasing debian version 0.3-2.4debian/0.3-2.4
Diffstat (limited to 'debian/patches/00-rxvt-mouse-support')
| -rw-r--r-- | debian/patches/00-rxvt-mouse-support | 17 | 
1 files changed, 0 insertions, 17 deletions
| diff --git a/debian/patches/00-rxvt-mouse-support b/debian/patches/00-rxvt-mouse-support deleted file mode 100644 index be1aff7..0000000 --- a/debian/patches/00-rxvt-mouse-support +++ /dev/null @@ -1,17 +0,0 @@ -PATCH: -p0 - ---- terms.c.orig	Mon Oct 30 12:16:31 2000 -+++ terms.c	Thu Nov  2 18:45:58 2000 -@@ -240,7 +240,12 @@ -     TerminalGet(tty, &d_ioval); - #ifdef MOUSE -     term = getenv("TERM"); -+#ifdef DEBIAN -+    if (!strncmp(term, "kterm", 5) || !strncmp(term, "xterm", 5) -+	|| !strncmp(term, "rxvt", 4)) { -+#else -     if (!strncmp(term, "kterm", 5) || !strncmp(term, "xterm", 5)) { -+#endif - 	is_xterm = 1; -     } - #endif | 
