Replace libcurses with our own vt100 handling for the ease of testing
and decreasing prerequisites.
This commit is contained in:
parent
b24ca7cd89
commit
db99fbe83f
9 changed files with 152 additions and 270 deletions
|
@ -82,9 +82,7 @@ grub_err_t EXPORT_FUNC (grub_terminfo_output_register) (struct grub_term_output
|
|||
const char *type);
|
||||
grub_err_t EXPORT_FUNC (grub_terminfo_output_unregister) (struct grub_term_output *term);
|
||||
|
||||
#ifndef GRUB_MACHINE_EMU
|
||||
void grub_terminfo_init (void);
|
||||
void grub_terminfo_fini (void);
|
||||
#endif
|
||||
|
||||
#endif /* ! GRUB_TERMINFO_HEADER */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue