Replace line counter with char counter

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-03-23 16:51:53 +01:00
parent 36b71abfaa
commit 6fcebedeed
3 changed files with 16 additions and 8 deletions

View file

@ -112,7 +112,7 @@ void read_terminal_list (void);
void grub_set_more (int onoff);
int grub_normal_get_line_counter (void);
int grub_normal_get_char_counter (void);
void grub_install_newline_hook (void);
void grub_xputs_normal (const char *str);