summaryrefslogtreecommitdiffstats
path: root/payloads/libpayload/curses
Commit message (Expand)AuthorAgeFilesLines
* libpayload: Change CONFIG_* to CONFIG_LP_* in the kconfig.Gabe Black2014-08-059-170/+170
* libpayload: Use longer delay in tinycurses' wgetch()Nico Huber2013-06-261-7/+7
* fix tinycursesPatrick Georgi2013-06-041-1/+1
* PDCurses: pdcscrn.c: Use `#ifdef` instead of `#if CONFIG_SPEAKER`Paul Menzel2013-04-011-1/+1
* libpayload: Fix prototype warnings in PDCursesStefan Reinauer2013-03-263-2/+12
* libpayload: Fix const warnings in keyname() and termname()Stefan Reinauer2013-03-263-5/+5
* libpayload: Fix variable shadowing in PDCursesStefan Reinauer2013-03-261-4/+4
* libpayload: Fix missing prototype warning for Xinitscr()Stefan Reinauer2013-03-261-0/+3
* PDcurses: Delete automatically created (and unused) filesStefan Reinauer2012-12-203-9854/+0
* libpayload: Don't let USB/PC/serial keyboards overwrite each otherDave Frodin2012-12-071-2/+2
* 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
OpenPOWER on IntegriCloud