Workaround the ANSI codepage limitation on Win32.

This commit is contained in:
2011-06-10 14:52:22 +02:00
parent 5d1c8bbf75
commit 2509f0af52
2 changed files with 78 additions and 0 deletions

2
NEWS
View File

@@ -1,5 +1,7 @@
Version TBD
- Added scrolling using the middle mouse button.
- Fixed command line parsing on Windows,
it's not limited to the system ANSI codepage anymore.
- Fixed checking for the shift key when selecting.
- Terminals are ignored when hovering the cursor above a selection.
- Disallowed wheel zooming when holding mouse buttons.