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
@@ -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)
|
||||
|
Reference in New Issue
Block a user