summaryrefslogtreecommitdiffstats
path: root/src/hci/mucurses
Commit message (Expand)AuthorAgeFilesLines
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-1810-0/+20
* [editbox] Allow for password widgets that do not display their contentsMichael Brown2009-02-171-3/+8
* [dhcp] Split PXE menuing code out of dhcp.cMichael Brown2009-02-012-3/+3
* Modify gPXE core and drivers to work with the new timer subsystemAlexey Zaytsev2008-03-021-1/+1
* __nonnull changesHolger Lubitz2007-08-201-5/+5
* __nonnull changesHolger Lubitz2007-08-201-0/+8
* __nonnull changesHolger Lubitz2007-08-201-0/+5
* Make has_key() a static inline, rather than omitting it altogether.Michael Brown2007-07-281-15/+1Star
* Revert "make bool m_echo static" - I suspect this to be defined by specMichael Brown2007-07-281-1/+1
* make bool m_echo staticHolger Lubitz2007-07-271-1/+1
* remove has_key by #if 0'ing outHolger Lubitz2007-07-271-1/+3
* make _wgetc staticHolger Lubitz2007-07-271-0/+1
* make struct _softlabelkeys *slks staticHolger Lubitz2007-07-271-1/+1
* Warnings purge: src/{crypto,hci,net}Marty Connor2007-07-031-0/+1
* vsprintf.h is gPXE-specific; move it to include/gpxeMichael Brown2007-01-191-1/+1
* Use stdio.h instead of vsprintf.hMichael Brown2007-01-192-2/+3
* Include stdlib.h rather than malloc.hMichael Brown2007-01-182-2/+2
* Avoid creating implicit memcpy()sMichael Brown2007-01-051-4/+3Star
* Define KEY_MIN and use it in kb.c.Michael Brown2006-12-201-2/+2
* Explicitly call erase(), to cope with platforms where the ANSI clearMichael Brown2006-12-201-0/+5
* Fix (hopefully) the scrolling logicMichael Brown2006-12-201-11/+11
* Don't automatically redraw the edit box; this allows better inheritance.Michael Brown2006-12-201-19/+0Star
* Editable text box widget based on mucurses and edit_string.Michael Brown2006-12-201-0/+115
* Reset screen on exit as well as entryMichael Brown2006-12-201-6/+3Star
* Explicitly move cursor to top-left of screen, in case the clear screenMichael Brown2006-12-191-1/+1
* Use current attributes when erasing.Michael Brown2006-12-193-4/+16
* Assume a 24-line screen, since we can't (easily) avoid scrolling afterMichael Brown2006-12-191-1/+1
* Avoid cursor move on every single characterMichael Brown2006-12-191-4/+20
* Use ANSI escape sequence to reset and clear terminal, rather than usingMichael Brown2006-12-192-2/+2
* Now basically functioning on ANSI-supporting consoles.Michael Brown2006-12-197-55/+138
* Adjusted to use the normal internal mucurses API rather than accessingMichael Brown2006-12-181-19/+25
* Remove more dynamic allocationMichael Brown2006-12-181-8/+20
* There seems to be no reason why pos_x is static...Michael Brown2006-12-181-3/+3
* 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
* - implemented cursor retreat function (_wcursback) as a core functionDan Lynch2006-06-284-41/+74
* - 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
* check whether malloc returns a valid pointerDan Lynch2006-06-271-4/+9
* moved console specific items out of mucurses (should be handled by external s...Dan Lynch2006-06-271-9/+0Star
* 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
* 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
* - erradicate compiler warning due to possibility of uninitialised variables (...Dan Lynch2006-06-211-0/+3
* - added doxygen @file headerDan Lynch2006-06-211-5/+7