Luiz Capitulino writes:
> On Tue, 15 Dec 2009 10:54:23 +0100
> Markus Armbruster wrote:
>
>> Markus Armbruster writes:
>>
>> > Luiz Capitulino writes:
>> >
>> >> The monitor_read_command() function is readline specific
>> >> and should only be used when readline is available.
>> >>
>> >> Sign
On Tue, 15 Dec 2009 10:54:23 +0100
Markus Armbruster wrote:
> Markus Armbruster writes:
>
> > Luiz Capitulino writes:
> >
> >> The monitor_read_command() function is readline specific
> >> and should only be used when readline is available.
> >>
> >> Signed-off-by: Luiz Capitulino
> >
> > I f
Markus Armbruster writes:
> Luiz Capitulino writes:
>
>> The monitor_read_command() function is readline specific
>> and should only be used when readline is available.
>>
>> Signed-off-by: Luiz Capitulino
>
> I figure this bug breaks password entry (VNC and block) on non-readline
> monitors.
Luiz Capitulino writes:
> The monitor_read_command() function is readline specific
> and should only be used when readline is available.
>
> Signed-off-by: Luiz Capitulino
I figure this bug breaks password entry (VNC and block) on non-readline
monitors. Suspect commit cde76ee1.
The monitor_read_command() function is readline specific
and should only be used when readline is available.
Signed-off-by: Luiz Capitulino
---
monitor.c |3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/monitor.c b/monitor.c
index 920ccff..b518cc4 100644
--- a/monitor.c