aboutsummaryrefslogtreecommitdiff
path: root/payloads/libpayload/curses/tinycurses.c
AgeCommit message (Expand)Author
2020-09-21payloads: Drop unneeded empty linesElyes HAOUAS
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2019-03-07payloads: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2018-05-21libpayload: Fix payload .bss corruptionKyösti Mälkki
2015-06-30libpayload: Make Kconfig bools use IS_ENABLED()Stefan Reinauer
2014-08-05libpayload: Change CONFIG_* to CONFIG_LP_* in the kconfig.Gabe Black
2011-07-07libpayload: Don't declare mouse support in tinycursesPatrick Georgi
2011-07-07libpayload: fix wborder()Patrick Georgi
2011-06-30Reduce warnings/errors in libpayload when using picky compiler optionsPatrick Georgi
2010-09-09Only try to beep when speaker support is compiled in.Patrick Georgi
2010-04-27Since some people disapprove of white space cleanups mixed in regular commitsStefan Reinauer
2009-04-29Mostly cosmetical changes. Stefan Reinauer
2008-10-08move variable declaration to where it is used, to prevent gcc failure.Patrick Georgi
2008-09-26accidently backed out r3598. Sorry Ulf, will pay more attention next time.Stefan Reinauer
2008-09-26* factor out serial hardware initStefan Reinauer
2008-09-24Adjust width of stdscr to exactly SCREEN_X. This fixes alignment issues dueUlf Jordan
2008-09-17This patch adds damage detection to libpayload's tinycurses. ThisStefan Reinauer
2008-09-12* Implement scrolling in tinycursesStefan Reinauer
2008-09-03Add support for curses color output over serial.Ulf Jordan
2008-08-18Add a kconfig option to choose between outputing ACS characters orUlf Jordan
2008-08-18Fix tinycurses color output on the VGA console.Ulf Jordan
2008-08-12Fix incorrect mapping of ACS_PI for VGA console. A pi should look like pi andUlf Jordan
2008-08-11Add support for line drawing characters and the alternate character set.Ulf Jordan
2008-06-20libpayload: Support curses for serialJordan Crouse
2008-05-20libpayload: Fix curses subwindowsJordan Crouse
2008-05-14libpayload: implement wborder functionJordan Crouse
2008-04-10libpayload: Add video console frameworkJordan Crouse
2008-04-08Small curses fixes/additions for libpayload (trivial).Uwe Hermann
2008-04-08libpayload: Add a timeout function for getchar and getchJordan Crouse
2008-03-29[libpayload] Work around sign-extending issueJordan Crouse
2008-03-21Cosmetics, fix typos (trivial).Uwe Hermann
2008-03-20Fix code to allow usage of -Wall in libpayload and the sample (trivial).Uwe Hermann
2008-03-20Cosmetics, coding style fixes (trivial).Uwe Hermann
2008-03-19libpayload: The initial chunk of code writen by AMDJordan Crouse