2010-01-18 Robert Millan <rmh.grub@aybabtu.com>

* include/grub/term.h (grub_term_register_input,
	grub_term_register_output): Check return of terminal init()
	routines, and abort if errors are raised.
	
	* commands/terminal.c: Update copyright year.
This commit is contained in:
Robert Millan 2010-01-18 19:43:39 +00:00
parent cba98e8dbc
commit 9444b678a1
3 changed files with 14 additions and 8 deletions

View file

@ -1,3 +1,11 @@
2010-01-18 Robert Millan <rmh.grub@aybabtu.com>
* include/grub/term.h (grub_term_register_input,
grub_term_register_output): Check return of terminal init()
routines, and abort if errors are raised.
* commands/terminal.c: Update copyright year.
2010-01-18 Robert Millan <rmh.grub@aybabtu.com>
* commands/terminal.c (grub_cmd_terminal_input)