This patch updates coreinfo to use the ACS_ macros for line graphics.

Signed-off-by: Ulf Jordan <jordan@chalmers.se>
Acked-by: Jordan Crouse <jordan.crouse@amd.com>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3501 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Ulf Jordan
2008-08-11 20:35:32 +00:00
committed by Jordan Crouse
parent cc8a9934df
commit d133d9a230
4 changed files with 8 additions and 8 deletions

View File

@@ -66,7 +66,7 @@ static int lar_module_redraw(WINDOW *win)
/* Draw a line down the middle. */
for (i = 2; i < 21; i++)
mvwaddch(win, i, 30, '\263');
mvwaddch(win, i, 30, ACS_VLINE);
/* Draw the names down the left side. */
for (i = 0; i < lcount; i++) {