|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Handling Key Sequence
On 18/9/06 16:00, "nicko.koinkoin@xxxxxxx" <nicko.koinkoin@xxxxxxx> wrote:
> First thanks for your quick answer. Unfortunately, I think we don't talk about
> the same version of xen. Indeed, I do not have tools/console/, and a
> grep -r "ESCAPE_CHARACTER" xen-2.0/ doesn't find anything.
>
> So if anyone else has another advice...
tools/python/xen/util/console_client.py
Look for the lines:
if ord(data[0]) == ord(']')-64:
break
-- Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|