summaryrefslogtreecommitdiffstats
path: root/src/include/curses.h
Commit message (Expand)AuthorAgeFilesLines
* [libc] Add stdbool.h standard headerMichael Brown2017-04-101-1/+1
* [mucurses] Fix erroneous __nonnull attributeMichael Brown2017-03-291-1/+2
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+1
* [console] Allow consoles to update the recorded console sizeMichael Brown2013-12-061-4/+3Star
* [mucurses] Implement curs_set() to control cursor visibilityMichael Brown2013-12-021-0/+7
* [mucurses] Use "<ESC>[2J" ANSI escape sequence to clear screenMichael Brown2013-11-281-5/+8
* [build] Rename gPXE to iPXEMichael Brown2010-04-201-2/+2
* [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