I want to process a pipe/terminal from stdin, however, at the same time, I want my other operations keep continue processing, such as the UP/DOWN menu.
fgets finishes to process the ...
Hi I have an application that worked fine but i needed to implement it using ncurses in BSD UNIX. As soon as i started using the ncurses library in FreeBSD the select system call i used to read from both a socket and stdin stopped returning two ready file descriptors as it had before. It now only returns one as if ...