Hi Przemyslaw

Even knowing you are on harbour now, i'd line to report an bug that is
common in both xharbour and harbour

I've debugged both gttrm ( both last cvs) and get to same conclusion

when user press the CTRL+M or CTRL+I     insted of returning the correct
values defined for both keys when system is compiled with HB_EXT_INKEY (
correct me if im wrong in harbour)   ir return 13 ( ENTER key) and 9 (TAB
key)

also the flag for this keys that  was returned was  KEY_EXTDMASK
(0x40000000)

so my question is .

does *nix lock the return values for this two keys?, becouse for other keys
like CTRL_L, the flag mask for the key is KEY_CTRLMASK    0x20000000

Regards
Luiz


------------------------------------------------------------------------------
_______________________________________________
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to