[Gambas-user] Ncurses Trapping Shift Tab issue when not run under X

KKing kicking177 at gmail.com
Fri Jul 19 18:00:38 CEST 2019


the below, appears to yield different results when run in unit not running X

  iKey = $hText.Read(1000)

When run either in IDE or the executable run within a terminal started 
under X (e.g. XTerm or LXTerminal) iKey contains 353

BUT when run on unit with no X, it return just 9  (i.e. it has 
disregarded the SHIFT being held.

thoughts?

K.



More information about the User mailing list