summaryrefslogtreecommitdiffstats
path: root/src/include/curses.h
Commit message (Expand)AuthorAgeFilesLines
* Use iskey() and getchar() to interact with console, rather than objectMichael Brown2006-12-181-15/+0Star
* typo in macro fixedDan Lynch2006-06-281-1/+1
* - multiple static inline definitions addedDan Lynch2006-06-271-103/+194
* - implemented printw (formatted string output, a la printf)Dan Lynch2006-05-221-70/+114
* - fixes to _wputch to get positioning and wrap working properlyDan Lynch2006-05-221-18/+30
* - made some of the bit shifting attribute access simpler (in my mind)Dan Lynch2006-05-191-248/+50Star
* all window primitives implementedDan Lynch2006-05-181-30/+9Star
* Change movetoyx(), putc() and getc() to methods of the screen.Michael Brown2006-05-151-26/+23Star
* lightweight xcurses implementation for etherboot (Michael made me do it...)Dan Lynch2006-05-151-0/+871