diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2015-08-04 21:39:07 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2015-08-04 21:39:07 +0000 |
commit | 228c16a8abf8482cb84ad27e7a0d7e710149b933 (patch) | |
tree | e2b18485954dac4b1c7fc6ad237ec054ae8dd437 | |
parent | Fix that SGR style mouse handler has off-by-one problem (diff) | |
download | w3m-228c16a8abf8482cb84ad27e7a0d7e710149b933.tar.gz w3m-228c16a8abf8482cb84ad27e7a0d7e710149b933.zip |
Update ChangeLog
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -1,3 +1,10 @@ +2015-08-05 IWAMOTO Kouichi <sue@iwmt.org> + + * main.c: Fix that SGR style mouse handler has off-by-one problem. + cf. https://github.com/tats/w3m/issues/5 + Origin: https://gist.github.com/ttdoda/30c189a63d483beeb207 + Bug: https://sourceforge.net/p/w3m/patches/65/ + 2015-07-31 yshl <yshl@takechiyo.net> * Bonus/goodict.cgi: Enable to select search mode. @@ -600,8 +607,9 @@ * keybind.c, main.c, proto.h, terms.c: Support SGR 1006 mouse reporting. - Patch to support SGR 1006 mouse reporting, from [w3m-dev 04466] - on 2012-07-15. + cf. [w3m-dev 04466] on 2012-07-15 + Origin: https://gist.github.com/3114255 + Bug: https://sourceforge.net/p/w3m/patches/65/ 2012-05-19 Hilko Bengen <bengen@debian.org> |