Fix refresh in cmdline

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2009-12-25 13:17:27 +01:00
parent 2e5b307c47
commit a999b9d965
1 changed files with 1 additions and 4 deletions

View File

@ -306,8 +306,6 @@ grub_cmdline_get (const char *prompt)
cl_print_all (lpos - len, 0);
cl_set_pos_all ();
}
grub_refresh ();
}
void cl_delete (unsigned len)
@ -328,8 +326,6 @@ grub_cmdline_get (const char *prompt)
cl_print_all (lpos, 0);
cl_set_pos_all ();
}
grub_refresh ();
}
void init_clterm (struct cmdline_term *cl_term_cur)
@ -596,6 +592,7 @@ grub_cmdline_get (const char *prompt)
}
break;
}
grub_refresh ();
}
grub_putchar ('\n');