summaryrefslogtreecommitdiffstats
path: root/payloads/libpayload/curses/tinycurses.c
Commit message (Expand)AuthorAgeFilesLines
* libpayload: Change CONFIG_* to CONFIG_LP_* in the kconfig.Gabe Black2014-08-051-15/+15
* 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-301-1/+1
* Only try to beep when speaker support is compiled in.Patrick Georgi2010-09-091-0/+2
* Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer2010-04-271-6/+6
* Mostly cosmetical changes. Stefan Reinauer2009-04-291-5/+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-261-13/+68
* Adjust width of stdscr to exactly SCREEN_X. This fixes alignment issues dueUlf Jordan2008-09-241-1/+1
* 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 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
* libpayload: Support curses for serialJordan Crouse2008-06-201-4/+36
* libpayload: Fix curses subwindowsJordan Crouse2008-05-201-7/+7
* libpayload: implement wborder functionJordan Crouse2008-05-141-1/+33
* libpayload: Add video console frameworkJordan Crouse2008-04-101-4/+5
* Small curses fixes/additions for libpayload (trivial).Uwe Hermann2008-04-081-5/+5
* libpayload: Add a timeout function for getchar and getchJordan Crouse2008-04-081-1/+0
* [libpayload] Work around sign-extending issueJordan Crouse2008-03-291-1/+7
* Cosmetics, fix typos (trivial).Uwe Hermann2008-03-211-9/+2
* Fix code to allow usage of -Wall in libpayload and the sample (trivial).Uwe Hermann2008-03-201-3/+4
* Cosmetics, coding style fixes (trivial).Uwe Hermann2008-03-201-28/+25
* libpayload: The initial chunk of code writen by AMDJordan Crouse2008-03-191-0/+688
OpenPOWER on IntegriCloud