Hello. Is it possible to disable line buffering on input? Right now i am getchar() on stdin and waiting for an EOF to terminate input. I only get what is writtin into stdin though on a enter press. How to I read the buffer as it comes in without buffering? Will read() do the trick? Is it the only way to do it?