summaryrefslogtreecommitdiffstats
path: root/src/include/curses.h
Commit message (Expand)AuthorAgeFilesLines
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+2
* __nonnull changesHolger Lubitz2007-08-201-31/+35
* Make has_key() a static inline, rather than omitting it altogether.Michael Brown2007-07-281-0/+4
* KEY_XXX constants are now defined in gpxe/keys.h. Kept separate fromMichael Brown2006-12-201-94/+2Star
* Define KEY_MIN and use it in kb.c.Michael Brown2006-12-201-0/+1
* Add attr_{get,set,on,off} as static inlines.Michael Brown2006-12-201-4/+20
* Increase colour pair limitMichael Brown2006-12-201-1/+1
* Avoid cursor move on every single characterMichael Brown2006-12-191-0/+2
* Now basically functioning on ANSI-supporting consoles.Michael Brown2006-12-191-42/+79
* Use int rather than short for bool; it will give more efficient code.Michael Brown2006-12-181-1/+1
* 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