Hi,   On dos/win systems there is the lib which provide many useful functions like getch (get a char but does not echo and wait for ) or kbhit. This lib does not exist under unix/linux systems (I am wrong ?) Is there an equivalent lib ? Thank you.