This file contains 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 -ur ansi.c ansi.c | |
--- ansi.c 2015-04-08 14:34:29.000000000 +0900 | |
+++ ansi.c 2016-01-19 23:23:20.000000000 +0900 | |
@@ -1554,12 +1554,12 @@ | |
} | |
#endif | |
#ifdef RXVT_OSC | |
- if (typ == 0 || typ == 1 || typ == 2 || typ == 20 || typ == 39 || typ == 49) | |
+ if (typ == 0 || typ == 1 || typ == 2 || typ == 10 || typ == 11 || typ == 20 || typ == 39 || typ == 49) | |
{ |
This file contains 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
Index: keybind.c | |
=================================================================== | |
RCS file: /cvsroot/w3m/w3m/keybind.c,v | |
retrieving revision 1.10 | |
diff -u -r1.10 keybind.c | |
--- keybind.c 29 May 2006 12:17:25 -0000 1.10 | |
+++ keybind.c 14 Jul 2012 21:20:27 -0000 | |
@@ -91,7 +91,7 @@ | |
/* 0 1 2 3 4 5 6 7 */ | |
nulcmd, nulcmd, nulcmd, nulcmd, nulcmd, nulcmd, nulcmd, nulcmd, |