2
0

212-cmd-bootmenu-hack-restore-ansi.patch 193 B

1234567891011
  1. --- a/common/menu.c
  2. +++ b/common/menu.c
  3. @@ -15,7 +15,7 @@
  4. #include "menu.h"
  5. -#define ansi 0
  6. +#define ansi 1
  7. /*
  8. * Internally, each item in a menu is represented by a struct menu_item.