On Sat, Feb 19, 2011 at 4:27 PM, Rajesh kumar <[email protected]>wrote:
> stdin is working properly when the process is on the foreground. > > Its not working on the back ground > > You have not mentioned still weather your app is a GUI or command line one. Please give as much info as possible. I assume you are writing a command line application... By it's very nature keyboard focus is given only to the process in the foreground. To read keystrokes in the background, you need to get lower in the os ring. Arun _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
