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:
committed by
Jordan Crouse
parent
cc8a9934df
commit
d133d9a230
@@ -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++) {
|
||||
|
Reference in New Issue
Block a user