/[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.2 by okuji, Sun Apr 4 13:46:03 2004 UTC revision 1.3 by marco_g, Tue Sep 14 21:21:12 2004 UTC
# Line 214  grub_ofconsole_gotoxy (grub_uint8_t x, g Line 214  grub_ofconsole_gotoxy (grub_uint8_t x, g
214    grub_curr_x = x;    grub_curr_x = x;
215    grub_curr_y = y;    grub_curr_y = y;
216    
217    grub_sprintf (s, "\e[%d;%dH", y - 1, x + 1);    grub_sprintf (s, "\e[%d;%dH", y + 1, x + 1);
218    grub_ofconsole_writeesc (s);    grub_ofconsole_writeesc (s);
219  }  }
220    

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

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