Revision 9dd442b1 monitor.c

b/monitor.c
2855 2855
static void monitor_start_input(void)
2856 2856
{
2857 2857
    readline_start("(qemu) ", 0, monitor_handle_command1, NULL);
2858
    readline_show_prompt();
2858 2859
}
2859 2860

  
2860 2861
static void term_event(void *opaque, int event)
......
2913 2914
                             char *buf, int buf_size)
2914 2915
{
2915 2916
    readline_start(prompt, is_password, monitor_readline_cb, NULL);
2917
    readline_show_prompt();
2916 2918
    monitor_readline_buf = buf;
2917 2919
    monitor_readline_buf_size = buf_size;
2918 2920
    monitor_readline_started = 1;

Also available in: Unified diff