grub/grub-core/normal
Vladimir 'phcoder' Serbinenko 38c259a76a Pause the execution (10s max) if any errors are displayed so the user
has a chance to see them.

	* grub-core/kern/err.c (grub_err_printed_errors): New variable.
	(grub_print_error): Increment grub_err_printed_errors.
	* grub-core/normal/menu.c (grub_menu_execute_entry): Pause the
	execution if any errors were displayed.
	(show_menu): Remove old code for pause.
	* grub-core/normal/menu_entry.c (run): Likewise.
	* grub-core/normal/term.c (grub_normal_char_counter): Removed. All
	users updated.
	(grub_normal_get_char_counter): Likewise.
	* include/grub/err.h (grub_err_printed_errors): New external variable.
	* include/grub/normal.h (grub_normal_get_char_counter): Removed.
2010-09-20 17:46:35 +02:00
..
auth.c Add keyboard layouts support. 2010-09-19 01:01:35 +02:00
autofs.c automake commit without merge history 2010-05-06 11:34:04 +05:30
charset.c * grub-core/normal/charset.c (grub_utf8_to_ucs4_alloc): Avoid deadloop 2010-08-29 21:57:37 +02:00
cmdline.c Merge mainline into keylayouts 2010-08-31 14:03:29 +02:00
color.c * grub-core/normal/color.c (grub_env_write_color_normal): Fix a warning. 2010-08-30 01:12:37 +02:00
completion.c * include/grub/command.h (GRUB_COMMAND_FLAG_CMDLINE): Removed. All 2010-09-14 23:06:01 +02:00
context.c review comment fixes 2010-08-25 18:39:00 +05:30
crypto.c automake commit without merge history 2010-05-06 11:34:04 +05:30
datetime.c automake commit without merge history 2010-05-06 11:34:04 +05:30
dyncmd.c * include/grub/command.h (GRUB_COMMAND_FLAG_CMDLINE): Removed. All 2010-09-14 23:06:01 +02:00
main.c lock support (not tested) 2010-09-12 16:11:41 +02:00
menu.c Pause the execution (10s max) if any errors are displayed so the user 2010-09-20 17:46:35 +02:00
menu_entry.c Pause the execution (10s max) if any errors are displayed so the user 2010-09-20 17:46:35 +02:00
menu_text.c Merge mainline into keylayouts 2010-08-31 14:03:29 +02:00
misc.c * include/grub/disk.h (grub_disk): Remove has_partitions. 2010-09-13 23:59:22 +02:00
term.c Pause the execution (10s max) if any errors are displayed so the user 2010-09-20 17:46:35 +02:00