summaryrefslogtreecommitdiffstats
path: root/src/hci
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove some unnecessary use of calloc() for tiny memory areas.Michael Brown2006-12-181-11/+8Star
|
* Convert _{store,restore}_cursor_pos to static inlines.Michael Brown2006-12-182-33/+20Star
|
* wmove() is part of the public curses API, and already defined in curses.hMichael Brown2006-12-181-1/+0Star
|
* Renamed core.h to mucurses.hMichael Brown2006-12-189-11/+11
|
* Rename core.c->mucurses.c; bin/core.o is too generic to belong to mucurses.Michael Brown2006-12-181-0/+0
|
* Use iskey() and getchar() to interact with console, rather than objectMichael Brown2006-12-181-2/+3
| | | | abstraction.
* - implemented cursor retreat function (_wcursback) as a core functionDan Lynch2006-06-284-41/+74
| | | | | - reimplemented cleaner wgetnstr - fixed wdelch for use with _wcursback
* - put in the screen initialisation stuff and clear the screen...Dan Lynch2006-06-271-2/+3
|
* - works with test ansi tty, but will need a rethink when we startDan Lynch2006-06-271-2/+6
| | | | getting key_ codes instead
* check whether malloc returns a valid pointerDan Lynch2006-06-271-4/+9
|
* moved console specific items out of mucurses (should be handled by external ↵Dan Lynch2006-06-271-9/+0Star
| | | | screen object)
* included contents of input.{c,h} in kb.cDan Lynch2006-06-271-2/+29
|
* - recoded wgetch and wgetnstr for greater more efficiencyDan Lynch2006-06-271-52/+58
| | | | - wgetch now includes non, part and full blocking read support
* first working version - nasty, but mostly worksDan Lynch2006-06-261-0/+101
|
* - proper layout formatted soft label array, with justification formatted labelsDan Lynch2006-06-211-15/+68
| | | | - some minor preventatives
* - erradicate compiler warning due to possibility of uninitialised variables ↵Dan Lynch2006-06-211-0/+3
| | | | (switch statement)
* - added doxygen @file headerDan Lynch2006-06-211-5/+7
| | | | - no longer depends on slk
* - added doxygen @file headerDan Lynch2006-06-211-0/+16
|
* - added doxygen @file headerDan Lynch2006-06-211-1/+33
| | | | - some more minor functionality implemented
* added doxygen @file headerDan Lynch2006-06-211-1/+7
|
* - removed slk referencesDan Lynch2006-06-212-24/+16Star
| | | | | - corrected minor algo errors in primitives - added doxygen @file header
* - added doxygen @file headerDan Lynch2006-06-211-0/+40
| | | | - wdeleteln function implemented
* added doxygen file headerDan Lynch2006-06-213-0/+18
|
* - major implementation work completed (testing in progress)Dan Lynch2006-06-211-7/+120
| | | | - some optimisation done
* initial check inDan Lynch2006-06-212-0/+179
|
* - separated curses.c out into separate source files to optimiseDan Lynch2006-06-0812-0/+754
library use later on - some small mods to existing functions