summaryrefslogtreecommitdiffstats
path: root/src/core/curses.c
Commit message (Collapse)AuthorAgeFilesLines
* - deprecated in favour of a split library modelDan Lynch2006-06-271-834/+0Star
|
* - added most slk functionsDan Lynch2006-06-051-2/+194
|
* - implemented printw (formatted string output, a la printf)Dan Lynch2006-05-221-7/+103
| | | | | | - 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-7/+44
| | | | | - fixes to wborder (same) - addition of a few minor functions
* - made _wputch wrap lines as well as cols (wraps back to line 0, as we have ↵Dan Lynch2006-05-191-61/+220
| | | | | | | not way to scroll...) - implemented color_content, wborder, wblrtobot, wclrtoeol, wcolor_set and several small functions - added rest of expected global variables
* all window primitives implementedDan Lynch2006-05-181-57/+107
|
* fixed build error (danjlynch, repeat: this is *not* perl, this is *not* perl...)Dan Lynch2006-05-151-2/+4
|
* lightweight xcurses implementation for etherboot (Michael made me do it...)Dan Lynch2006-05-151-0/+298