Re: [Harbour] GTSLN do not work correctly with EXT_INKEY

2009-08-13 Thread Marco Bernardi
Hello Przemyslaw, Thank you very much for the answer Really I do not need it at all, so, I tryed to recompile xHarbour without HB_EXT_INKEY (modified hbsetup.ch)  but it give to me some  compilation errors I have to understand why... May be I will create a personal copy of tgetlist.prg

Re: [Harbour] GTSLN do not work correctly with EXT_INKEY

2009-08-13 Thread Przemyslaw Czerpak
On Thu, 13 Aug 2009, Marco Bernardi wrote: Hi Marco, > It seems to me that GTSLN do not send properly inkey code like defined in > inkey.ch for EXT_INKEY > I means CTRL_Y should be code 537 if xharbour is compiled with #ifdef > HB_EXT_INKEY, while it should be 25 otherwise. By default xHarbour

[Harbour] GTSLN do not work correctly with EXT_INKEY

2009-08-13 Thread Marco Bernardi
Hello to all , It seems to me that GTSLN do not send properly inkey code like defined in inkey.ch for EXT_INKEY I means CTRL_Y should be code 537 if xharbour is compiled with #ifdef HB_EXT_INKEY, while it should be 25 otherwise. By default xHarbour is compiled using #ifdef HB_EXT_INKEY, so I exp