/[grub]/grub2/term/powerpc/ieee1275/ofconsole.c
ViewVC logotype

Diff of /grub2/term/powerpc/ieee1275/ofconsole.c

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

revision 1.3 by marco_g, Tue Sep 14 21:21:12 2004 UTC revision 1.4 by hollisb, Sat Oct 9 02:37:18 2004 UTC
# Line 222  static void Line 222  static void
222  grub_ofconsole_cls (void)  grub_ofconsole_cls (void)
223  {  {
224    /* Clear the screen.  */    /* Clear the screen.  */
225    grub_ofconsole_writeesc (" ");    grub_ofconsole_writeesc ("\e[2J");
226      grub_gotoxy (0, 0);
227  }  }
228    
229  static void  static void

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

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