The mouse scroll doesn't appear to work when MUSHclient is on the left monitor, and that monitor is a secondary monitor. If it is the main monitor, both monitors work for scrolling.
Clicking on the scroll bar and then using the mouse wheel to scroll does work, but if the focus is the output window, it stops working.
From searching around, it may be related to negative coordinates on the left monitor:
http://code.google.com/p/chromiumembedded/issues/detail?id=595
"The xPos of WM_MOUSEWHELL message will be negative when we scroll the page in the second monitor, the negative value may be lost when using LOWORD. There is a similar phenomenon about Y-axis."
This is running on Windows 7 64-bit and with the latest mouse drivers for my mouse.
Clicking on the scroll bar and then using the mouse wheel to scroll does work, but if the focus is the output window, it stops working.
From searching around, it may be related to negative coordinates on the left monitor:
http://code.google.com/p/chromiumembedded/issues/detail?id=595
"The xPos of WM_MOUSEWHELL message will be negative when we scroll the page in the second monitor, the negative value may be lost when using LOWORD. There is a similar phenomenon about Y-axis."
This is running on Windows 7 64-bit and with the latest mouse drivers for my mouse.