/[grub]/grub/stage2/stage2.c
ViewVC logotype

Diff of /grub/stage2/stage2.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.40 by okuji, Fri Nov 29 20:39:24 2002 UTC revision 1.41 by okuji, Tue Dec 3 00:02:53 2002 UTC
# Line 292  restart: Line 292  restart:
292    if (show_menu)    if (show_menu)
293      {      {
294        init_page ();        init_page ();
295        nocursor ();        setcursor (0);
296    
297        if (current_term->flags & TERM_DUMB)        if (current_term->flags & TERM_DUMB)
298          print_entries_raw (num_entries, first_entry, menu_entries);          print_entries_raw (num_entries, first_entry, menu_entries);
# Line 708  restart: Line 708  restart:
708   boot_entry:   boot_entry:
709        
710    cls ();    cls ();
711      setcursor (1);
712        
713    while (1)    while (1)
714      {      {

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26