Re: [Xen-devel] [chg req] console: provide a way to send escape char

2015-11-06 Thread John Nemeth
On Nov 6, 10:37am, Wei Liu wrote: } On Fri, Nov 06, 2015 at 02:31:22AM -0800, John Nemeth wrote: } > I would like to request that there be a way in the xen console } > to send the escape char. The problem I faced was that I did: } > } > xl console } > domU> telnet } } As a workaround, you

Re: [Xen-devel] [chg req] console: provide a way to send escape char

2015-11-06 Thread Wei Liu
On Fri, Nov 06, 2015 at 02:31:22AM -0800, John Nemeth wrote: > I would like to request that there be a way in the xen console > to send the escape char. The problem I faced was that I did: > > xl console > domU> telnet As a workaround, you can try telnet -e escapechar ? > ... > >

[Xen-devel] [chg req] console: provide a way to send escape char

2015-11-06 Thread John Nemeth
I would like to request that there be a way in the xen console to send the escape char. The problem I faced was that I did: xl console domU> telnet ... At some point, I realised that I wanted to send Ctrl-], which is the standard telnet escape char to the telnet command. But, of course,