GNU C Programming Notes

Revision as of 18:26, 20 June 2007 by Admin (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Text Notes Document for Gnu C Programming


getchar() and loop control

C program that needs to attend the user input without blocking a loop depends on which environment you're coding: raw-C for the glass-tty, curses/termcap, X, KDE, Gnome, etc.

the ncurses function halfdelay()
Last modified on 20 June 2007, at 18:26