summaryrefslogtreecommitdiffstats
path: root/payloads/libpayload/curses/keyboard.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* payloads: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-071-8/+8
* libpayload: Make Kconfig bools use IS_ENABLED()Stefan Reinauer2015-06-301-7/+8
* Remove empty lines at end of fileElyes HAOUAS2015-06-081-1/+0
* libpayload: Change CONFIG_* to CONFIG_LP_* in the kconfig.Gabe Black2014-08-051-7/+7
* libpayload: Use longer delay in tinycurses' wgetch()Nico Huber2013-06-261-7/+7
* Reduce warnings/errors in libpayload when using picky compiler optionsPatrick Georgi2011-06-301-10/+10
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-271-1/+1
* Trivial fix, use correct define.Mathias Krause2010-03-081-1/+1
* * drop duplicate prototype for lib_get_sysinfo()Stefan Reinauer2009-07-311-4/+6
* libpayload: Fix build when both USB and PS/2 keyboard support is disabledMart Raudsepp2009-02-221-0/+2
* [PATCH] libpayload: rename config.h to libpayload-config.hJordan Crouse2008-11-241-1/+1
* make escape code handling for serial terminal more robustPatrick Georgi2008-10-231-11/+14
* - reduced memory requirements a lot (from >100kb/controller toPatrick Georgi2008-10-161-0/+9
* * factor out serial hardware initStefan Reinauer2008-09-261-0/+15
* - unify keycodes for non-ASCII keys by using curses' codes and labelsPatrick Georgi2008-09-171-200/+20
* Add editing keypad keys and the missing F11 key to the curses serialUlf Jordan2008-09-051-0/+7
* these should be the last occurences of CONFIG_ without config.h in libpayload.Stefan Reinauer2008-08-111-0/+1
* libpayload: Support curses for serialJordan Crouse2008-06-201-2/+80
* libpayload: Fix keyboard bugletJordan Crouse2008-04-211-0/+2
* libpayload: Add a timeout function for getchar and getchJordan Crouse2008-04-081-3/+31
* Fix code to allow usage of -Wall in libpayload and the sample (trivial).Uwe Hermann2008-03-201-0/+1
* Cosmetics, coding style fixes (trivial).Uwe Hermann2008-03-201-15/+8
* libpayload: The initial chunk of code writen by AMDJordan Crouse2008-03-191-0/+303