summaryrefslogtreecommitdiffstats
path: root/src/hci/mucurses/kb.c
Commit message (Expand)AuthorAgeFilesLines
* [mucurses] Attempt to fix keypress processing logicMichael Brown2017-03-211-4/+3Star
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+1
* [mucurses] Add missing FILE_LICENCE declarationsMichael Brown2015-03-021-0/+2
* [build] Fix uses of literal 0 as a NULL pointerMichael Brown2013-04-281-1/+1
* Modify gPXE core and drivers to work with the new timer subsystemAlexey Zaytsev2008-03-021-1/+1
* 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
* Define KEY_MIN and use it in kb.c.Michael Brown2006-12-201-2/+2
* Now basically functioning on ANSI-supporting consoles.Michael Brown2006-12-191-3/+2Star
* Renamed core.h to mucurses.hMichael Brown2006-12-181-1/+1
* 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-281-37/+53
* - works with test ansi tty, but will need a rethink when we startDan Lynch2006-06-271-2/+6
* 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