2013-04-25 19:40 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* contrib/hbct/ctwin.c
! use standard key codes in extended ALERT() GTCTW method
This commit is contained in:
@@ -10,6 +10,10 @@
|
||||
* Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment
|
||||
*/
|
||||
|
||||
2013-04-25 19:40 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
|
||||
* contrib/hbct/ctwin.c
|
||||
! use standard key codes in extended ALERT() GTCTW method
|
||||
|
||||
2013-04-25 12:52 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
|
||||
* package/harbour.spec
|
||||
* package/mpkg_rpm.sh
|
||||
|
||||
@@ -2244,7 +2244,7 @@ static int hb_ctw_gt_Alert( PHB_GT pGT, PHB_ITEM pMessage, PHB_ITEM pOptions,
|
||||
HB_GTSELF_DISPEND( pGT );
|
||||
HB_GTSELF_REFRESH( pGT );
|
||||
|
||||
iKey = HB_GTSELF_INKEYGET( pGT, HB_TRUE, dDelay, INKEY_ALL | HB_INKEY_EXT );
|
||||
iKey = HB_GTSELF_INKEYGET( pGT, HB_TRUE, dDelay, INKEY_ALL );
|
||||
/* TODO: add support for SET KEY blocks */
|
||||
|
||||
if( iKey == K_ESC )
|
||||
|
||||
Reference in New Issue
Block a user