summaryrefslogtreecommitdiffstats
path: root/payloads/libpayload/curses
Commit message (Expand)AuthorAgeFilesLines
* libpayload: Enable colors in PDcursesPatrick Georgi2011-11-111-0/+3
* libpayload: remove trailing whitespace and run dos2unixStefan Reinauer2011-11-01134-1142/+1142
* libpayload: Add PDCurses and ncurses' libform/libmenuPatrick Georgi2011-08-04268-1/+75457
* libpayload: Don't declare mouse support in tinycursesPatrick Georgi2011-07-071-0/+2
* libpayload: fix wborder()Patrick Georgi2011-07-071-0/+9
* Reduce warnings/errors in libpayload when using picky compiler optionsPatrick Georgi2011-06-302-11/+11
* Use coreboot build system for libpayload, too.Patrick Georgi2011-06-301-3/+5
* Only try to beep when speaker support is compiled in.Patrick Georgi2010-09-091-0/+2
* become more standard with libpayload headers. PATH_MAX belongs in limits.h,Stefan Reinauer2010-07-091-0/+2
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-272-7/+7
* Trivial fix, use correct define.Mathias Krause2010-03-081-1/+1
* * drop duplicate prototype for lib_get_sysinfo()Stefan Reinauer2009-07-311-4/+6
* Mostly cosmetical changes. Stefan Reinauer2009-04-291-5/+9
* 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-242-2/+2
* 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
* move variable declaration to where it is used, to prevent gcc failure.Patrick Georgi2008-10-081-3/+3
* accidently backed out r3598. Sorry Ulf, will pay more attention next time.Stefan Reinauer2008-09-261-1/+1
* * factor out serial hardware initStefan Reinauer2008-09-262-13/+83
* Adjust width of stdscr to exactly SCREEN_X. This fixes alignment issues dueUlf Jordan2008-09-241-1/+1
* - unify keycodes for non-ASCII keys by using curses' codes and labelsPatrick Georgi2008-09-171-200/+20
* This patch adds damage detection to libpayload's tinycurses. ThisStefan Reinauer2008-09-171-21/+81
* * Implement scrolling in tinycursesStefan Reinauer2008-09-121-3/+19
* Add editing keypad keys and the missing F11 key to the curses serialUlf Jordan2008-09-051-0/+7
* Add support for curses color output over serial.Ulf Jordan2008-09-031-0/+10
* Add a kconfig option to choose between outputing ACS characters orUlf Jordan2008-08-181-0/+4
* Fix tinycurses color output on the VGA console.Ulf Jordan2008-08-181-0/+4
* Fix incorrect mapping of ACS_PI for VGA console. A pi should look like pi andUlf Jordan2008-08-121-1/+1
* Add support for line drawing characters and the alternate character set.Ulf Jordan2008-08-111-7/+103
* No really, _these_ should be the last occurences of CONFIG_ withoutJordan Crouse2008-08-111-0/+1
* 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-202-6/+116
* libpayload: Fix curses subwindowsJordan Crouse2008-05-201-7/+7
* libpayload: implement wborder functionJordan Crouse2008-05-141-1/+33
* libpayload: Fix keyboard bugletJordan Crouse2008-04-211-0/+2
* Move curses/speaker.c to drivers/ as it's not curses-specific (trivial).Uwe Hermann2008-04-152-101/+0
* Drop unneeded #includes, add EXIT_SUCCESS/EXIT_FAILURE (trivial).Uwe Hermann2008-04-111-7/+0
* Various small consistency fixes (trivial):Uwe Hermann2008-04-111-3/+3
* libpayload: Add video console frameworkJordan Crouse2008-04-102-5/+6
* Small curses fixes/additions for libpayload (trivial).Uwe Hermann2008-04-081-5/+5
* libpayload: Add a timeout function for getchar and getchJordan Crouse2008-04-082-4/+31
* Fix the NVRAM access functions to work correctly for theUwe Hermann2008-03-311-1/+1
* [libpayload] Work around sign-extending issueJordan Crouse2008-03-291-1/+7
* Cosmetics, fix typos (trivial).Uwe Hermann2008-03-212-37/+30
* Fix code to allow usage of -Wall in libpayload and the sample (trivial).Uwe Hermann2008-03-203-3/+7
* Cosmetics, coding style fixes (trivial).Uwe Hermann2008-03-203-44/+35
* libpayload: External codeJordan Crouse2008-03-191-0/+100
* libpayload: The initial chunk of code writen by AMDJordan Crouse2008-03-195-0/+1177
OpenPOWER on IntegriCloud