jayduhon / inferno-os

Automatically exported from code.google.com/p/inferno-os
2 stars 0 forks source link

Missing default Tk bindings on OSX #232

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. start wm/wm
2. wm/man
3. entry
4. try to double-click on a word

What is the expected output? What do you see instead?

Expected output is to highlight the word.  In stead the cursor does not 
highlight anything.  This is 
also the case for all the other default Tk bindings: or at least the mouse 
actions.

Please use labels and text to provide additional information.

Original issue reported on code.google.com by jeff.sic...@gmail.com on 9 Apr 2010 at 3:52

GoogleCodeExporter commented 9 years ago
I'm confused if it applies to anything other than mouse actions, and even then 
i'd have expected it to be limited to double-clicking. MacOSX/win.c doesn't 
distinguish double clicks by adding 1<<8, as X11 and Nt do. (In the native 
system, it's done by devmouse.c using msec, but that's disabled in 
emu/port/devmouse.c.) Is there a MacOS attribute in the mouse event to signify 
double-clicking? If so, it should be checked in MacOSX/win.c

Original comment by Charles....@gmail.com on 14 Jul 2010 at 9:38

GoogleCodeExporter commented 9 years ago

Original comment by Charles....@gmail.com on 14 Jul 2010 at 9:39

GoogleCodeExporter commented 9 years ago
committed changeset 473:a1cf4390cabc

thanks to jas for the change to emu/MacOSX/win.c

Original comment by Charles....@gmail.com on 4 Jan 2011 at 10:15