Difference between revisions of "Curses library"
Jump to navigation
Jump to search
m (Reverted edit of ZkvFf2, changed back to last version by DMB) |
m (Typo,:spelling) |
||
Line 1: | Line 1: | ||
Curses is a Text-mode screen handling library originally written by [[Ken Arnold]] for [[Rogue]]. | Curses is a Text-mode screen handling library originally written by [[Ken Arnold]] for [[Rogue]]. | ||
Since most roguelike games are textmode and, well, | Since most roguelike games are textmode and, well, roguelike, ''curses'' is often used in their development. | ||
Revision as of 15:45, 15 June 2007
Curses is a Text-mode screen handling library originally written by Ken Arnold for Rogue. Since most roguelike games are textmode and, well, roguelike, curses is often used in their development.
Links
Tutorials
Writing programs with NCURSES [1]
Ncurses programming guide