Created
May 23, 2012 09:48
-
-
Save waltarix/2774318 to your computer and use it in GitHub Desktop.
w3m: Use mouse in TERM=screen*
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/terms.c b/terms.c | |
| index 7a3c987..6542d9f 100644 | |
| --- a/terms.c | |
| +++ b/terms.c | |
| @@ -494,7 +494,7 @@ static struct w3m_term_info { | |
| {W3M_TERM_INFO("rxvt", XTERM_TITLE, (NEED_XTERM_ON|NEED_XTERM_OFF))}, | |
| {W3M_TERM_INFO("Eterm", XTERM_TITLE, (NEED_XTERM_ON|NEED_XTERM_OFF))}, | |
| {W3M_TERM_INFO("mlterm", XTERM_TITLE, (NEED_XTERM_ON|NEED_XTERM_OFF))}, | |
| - {W3M_TERM_INFO("screen", SCREEN_TITLE, 0)}, | |
| + {W3M_TERM_INFO("screen", SCREEN_TITLE, (NEED_XTERM_ON|NEED_XTERM_OFF))}, | |
| #ifdef __CYGWIN__ | |
| {W3M_TERM_INFO("cygwin", CYGWIN_TITLE, (NEED_CYGWIN_ON|NEED_CYGWIN_OFF))}, | |
| #endif |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment