diff options
Diffstat (limited to 'net-www/w3m/files/w3m-async-gpm-gentoo.diff')
-rw-r--r-- | net-www/w3m/files/w3m-async-gpm-gentoo.diff | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/net-www/w3m/files/w3m-async-gpm-gentoo.diff b/net-www/w3m/files/w3m-async-gpm-gentoo.diff new file mode 100644 index 000000000000..c1c557fe53e3 --- /dev/null +++ b/net-www/w3m/files/w3m-async-gpm-gentoo.diff @@ -0,0 +1,16 @@ +--- terms.c.ORIG 2003-11-20 00:20:23.000000000 +0900 ++++ terms.c 2003-11-20 01:21:30.000000000 +0900 +@@ -34,12 +34,12 @@ + #endif /* use_SYSMOUSE */ + + static int is_xterm = 0; +-static char *term = NULL; + + void mouse_init(), mouse_end(); + int mouseActive = 0; + #endif /* USE_MOUSE */ + ++static char *term = NULL; + static char *title_str = NULL; + + extern int tty; |