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

@@ -89,7 +89,7 @@ void print_module_title(WINDOW *win, const char *title)
wmove(win, 1, 1);
for (i = 0; i < 78; i++)
waddch(win, '\304');
waddch(win, ACS_HLINE);
}
static void print_submenu(struct coreinfo_cat *cat)