summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/grub/files/grub-0.90-r2/grub-0.90-vga16-keypressclear.patch')
-rw-r--r--sys-apps/grub/files/grub-0.90-r2/grub-0.90-vga16-keypressclear.patch36
1 files changed, 0 insertions, 36 deletions
diff --git a/sys-apps/grub/files/grub-0.90-r2/grub-0.90-vga16-keypressclear.patch b/sys-apps/grub/files/grub-0.90-r2/grub-0.90-vga16-keypressclear.patch
deleted file mode 100644
index e1678344ba12..000000000000
--- a/sys-apps/grub/files/grub-0.90-r2/grub-0.90-vga16-keypressclear.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-diff -ur grub/stage2/stage2.c grub-0.90/stage2/stage2.c
---- grub/stage2/stage2.c Thu Jul 19 01:43:41 2001
-+++ grub-0.90/stage2/stage2.c Thu Jul 19 01:50:23 2001
-@@ -503,19 +503,6 @@
-
- c = translate_keycode (getkey ());
-
-- if (grub_timeout >= 0)
-- {
-- if (terminal & TERMINAL_DUMB)
-- grub_putchar ('\r');
-- else
-- gotoxy (view_x0 + 3, 22);
-- printf (" ");
-- grub_timeout = -1;
-- fallback_entry = -1;
-- if (! (terminal & TERMINAL_DUMB))
-- gotoxy (view_x1 - 6, view_x0 + 4 + entryno);
-- }
--
- /* We told them above (at least in SUPPORT_SERIAL) to use
- '^' or 'v' so accept these keys. */
- if (c == 16 || c == '^')
-@@ -792,6 +779,12 @@
- }
- #endif
- }
-+ if (grub_timeout >= 0)
-+ {
-+ grub_timeout = -1;
-+ fallback_entry = -1;
-+ goto restart;
-+ }
- }
- }
-