bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Mouse button handling


From: Damien Guibouret
Subject: Re: Mouse button handling
Date: Wed, 31 Aug 2011 18:20:08 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050416

Hello,

Thomas Dickey wrote:
[...]

I have also a question regarding the wide character handling: the get_wch
function returns a OK code for standard key and a KEY_CODE_YES for KEY_ codes.
But the inverse function (unget_wch) does not allow performing such a
distinction. Does this mean that ungetting KEY_ codes is not allowed (or could work but will depend on if it enters in conflict with a valid standard key) ?


yes - without adding an extension, the interface documented in X/Open
doesn't address KEY_ codes...

I hope that at least some of these changes will be usefull,


;-)


Thanks for the information.

For the changes I did, I did some more to compact the event queue such as none are forgoten with using getmouse, but I need to review this a little more. As I am quite busy until the end of the week, I will certainly post something at begin of next week.

Bye,

Damien



reply via email to

[Prev in Thread] Current Thread [Next in Thread]