libpayload: fix wborder()
[coreboot.git] / payloads / libpayload / curses / tinycurses.c
2011-07-07 Patrick Georgilibpayload: fix wborder()
2011-06-30 Patrick GeorgiReduce warnings/errors in libpayload when using picky...
2010-09-09 Patrick GeorgiOnly try to beep when speaker support is compiled in.
2010-04-27 Stefan ReinauerSince some people disapprove of white space cleanups...
2009-04-29 Stefan ReinauerMostly cosmetical changes.
2008-10-08 Patrick Georgimove variable declaration to where it is used, to preve...
2008-09-26 Stefan Reinaueraccidently backed out r3598. Sorry Ulf, will pay more...
2008-09-26 Stefan Reinauer* factor out serial hardware init
2008-09-24 Ulf JordanAdjust width of stdscr to exactly SCREEN_X. This fixes...
2008-09-17 Stefan ReinauerThis patch adds damage detection to libpayload's tinycu...
2008-09-12 Stefan Reinauer* Implement scrolling in tinycurses
2008-09-03 Ulf JordanAdd support for curses color output over serial.
2008-08-18 Ulf JordanAdd a kconfig option to choose between outputing ACS...
2008-08-18 Ulf JordanFix tinycurses color output on the VGA console.
2008-08-12 Ulf JordanFix incorrect mapping of ACS_PI for VGA console. A...
2008-08-11 Ulf JordanAdd support for line drawing characters and the alterna...
2008-06-20 Jordan Crouselibpayload: Support curses for serial
2008-05-20 Jordan Crouselibpayload: Fix curses subwindows
2008-05-14 Jordan Crouselibpayload: implement wborder function
2008-04-10 Jordan Crouselibpayload: Add video console framework
2008-04-08 Uwe HermannSmall curses fixes/additions for libpayload (trivial).
2008-04-08 Jordan Crouselibpayload: Add a timeout function for getchar and...
2008-03-29 Jordan Crouse[libpayload] Work around sign-extending issue
2008-03-21 Uwe HermannCosmetics, fix typos (trivial).
2008-03-20 Uwe HermannFix code to allow usage of -Wall in libpayload and...
2008-03-20 Uwe HermannCosmetics, coding style fixes (trivial).
2008-03-19 Jordan Crouselibpayload: The initial chunk of code writen by AMD