WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] Handling Key Sequence

To: <nicko.koinkoin@xxxxxxx>
Subject: Re: [Xen-devel] Handling Key Sequence
From: Keir Fraser <Keir.Fraser@xxxxxxxxxxxx>
Date: Mon, 18 Sep 2006 16:31:11 +0100
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Mon, 18 Sep 2006 08:30:04 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <1158591658.450eb4aad02d3@xxxxxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcbbN3gGtpdsGkcqEduuJgAX8io7RQ==
Thread-topic: [Xen-devel] Handling Key Sequence
User-agent: Microsoft-Entourage/11.2.5.060620
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

<Prev in Thread] Current Thread [Next in Thread>