> - {"\031", SCROLL_UP, 1}, /* mouse wheel up */
> - {"\005", SCROLL_DOWN, 1}, /* mouse wheel Down */
> + //{"\031", SCROLL_UP, 1}, /* mouse wheel up */
> + //{"\005", SCROLL_DOWN, 1}, /* mouse wheel Down */Did you forget to remove the two lines? If this was intentional, I think a proper comment about those would be better, otherwise it just looks like forgotten test code, with no indication as why it's here and what it does.
