eduardofleury.com Archives: November 2007
·
13 November 2007
Termios functions, the unix terminal canonical mode and other settings.
A few days ago I was rewriting in C an old piece of script originally coded in BASH. Although the code was pretty simple, I found something that was worth sharing.
Basically I had to get a confirmation from the user (y/n) - ie. read char from the standard input - and process it [...]

