/[grub]/grub2/term/i386/pc/console.c
ViewVC logotype

Diff of /grub2/term/i386/pc/console.c

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

revision 1.4 by okuji, Sun Apr 4 13:46:03 2004 UTC revision 1.5 by okuji, Tue Feb 15 00:07:01 2005 UTC
# Line 1  Line 1 
1  /*  /*
2   *  GRUB  --  GRand Unified Bootloader   *  GRUB  --  GRand Unified Bootloader
3   *  Copyright (C) 2002,2003  Free Software Foundation, Inc.   *  Copyright (C) 2002,2003,2005  Free Software Foundation, Inc.
4   *   *
5   *  This program is free software; you can redistribute it and/or modify   *  This program is free software; you can redistribute it and/or modify
6   *  it under the terms of the GNU General Public License as published by   *  it under the terms of the GNU General Public License as published by
# Line 123  grub_console_init (void) Line 123  grub_console_init (void)
123    grub_term_register (&grub_console_term);    grub_term_register (&grub_console_term);
124    grub_term_set_current (&grub_console_term);    grub_term_set_current (&grub_console_term);
125  }  }
126    
127    void
128    grub_console_fini (void)
129    {
130      grub_term_unregister (&grub_console_term);
131    }

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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