aboutsummaryrefslogtreecommitdiff
path: root/src/include/curses.h
AgeCommit message (Expand)AuthorFilesLines
2010-04-19[build] Rename gPXE to iPXEMichael Brown1-2/+2
2009-05-18[legal] Add a selection of FILE_LICENCE declarationsMichael Brown1-0/+2
2007-08-20__nonnull changesHolger Lubitz1-31/+35
2007-07-28Make has_key() a static inline, rather than omitting it altogether.Michael Brown1-0/+4
2006-12-20KEY_XXX constants are now defined in gpxe/keys.h. Kept separate fromMichael Brown1-94/+2
2006-12-20Define KEY_MIN and use it in kb.c.Michael Brown1-0/+1
2006-12-20Add attr_{get,set,on,off} as static inlines.Michael Brown1-4/+20
2006-12-20Increase colour pair limitMichael Brown1-1/+1
2006-12-19Avoid cursor move on every single characterMichael Brown1-0/+2
2006-12-19Now basically functioning on ANSI-supporting consoles.Michael Brown1-42/+79
2006-12-18Use int rather than short for bool; it will give more efficient code.Michael Brown1-1/+1
2006-12-18Use iskey() and getchar() to interact with console, rather than objectMichael Brown1-15/+0
2006-06-28typo in macro fixedDan Lynch1-1/+1
2006-06-27- multiple static inline definitions addedDan Lynch1-103/+194
2006-05-22- implemented printw (formatted string output, a la printf)Dan Lynch1-70/+114
2006-05-22- fixes to _wputch to get positioning and wrap working properlyDan Lynch1-18/+30
2006-05-19- made some of the bit shifting attribute access simpler (in my mind)Dan Lynch1-248/+50
2006-05-18all window primitives implementedDan Lynch1-30/+9
2006-05-15Change movetoyx(), putc() and getc() to methods of the screen.Michael Brown1-26/+23
2006-05-15lightweight xcurses implementation for etherboot (Michael made me do it...)Dan Lynch1-0/+871