summaryrefslogtreecommitdiffstats
path: root/src/include/curses.h
Commit message (Expand)AuthorAgeFilesLines
* - 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