suzdraws / mintty

Automatically exported from code.google.com/p/mintty
0 stars 0 forks source link

Incorrect mousewheel keycodes in manpage #70

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The mousewheel keycodes for going up/down a screen in less are wrong in the
manpage:

              \e[5;2B back-screen
              \e[6;2B forw-screen

should be

              \e[5;2~ back-screen
              \e[6;2~ forw-screen

Original issue reported on code.google.com by andy.koppe on 24 Mar 2009 at 10:36

GoogleCodeExporter commented 9 years ago
Fixed in r219 on trunk.

Original comment by andy.koppe on 24 Mar 2009 at 10:37

GoogleCodeExporter commented 9 years ago

Original comment by andy.koppe on 24 Mar 2009 at 10:43

GoogleCodeExporter commented 9 years ago
Took fix to 0.3 branch in r254.

Original comment by andy.koppe on 24 Apr 2009 at 9:36

GoogleCodeExporter commented 9 years ago

Original comment by andy.koppe on 25 Apr 2009 at 12:08