summaryrefslogtreecommitdiffstats
path: root/src/include/curses.h
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | abstraction.
* typo in macro fixedDan Lynch2006-06-281-1/+1
|
* - multiple static inline definitions addedDan Lynch2006-06-271-103/+194
| | | | | | - changes made to some constants and macros - changes made to _curses_screen struct - identified and removed prototypes for yet more unsupportable functions
* - implemented printw (formatted string output, a la printf)Dan Lynch2006-05-221-70/+114
| | | | | | - implemented hline/vline (part of wborder family) - screen cursor now relocates at same time as window cursor when restoring after a non-wrapping function
* - fixes to _wputch to get positioning and wrap working properlyDan Lynch2006-05-221-18/+30
| | | | | - fixes to wborder (same) - addition of a few minor functions
* - made some of the bit shifting attribute access simpler (in my mind)Dan Lynch2006-05-191-248/+50Star
| | | | | | | | | - added extern declarations for global vars - removed comments from static inlines (too time consuming to do them all, considering all so far have been due to the ridiculous amount of redundancy within the API spec) - removed a few more extern func decls for funcs that cannot be implemented at this time
* 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