]> xenbits.xensource.com Git - libvirt.git/commit
virsh: Clarify escape sequence
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 3 Apr 2012 12:59:06 +0000 (14:59 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 3 Apr 2012 15:03:53 +0000 (17:03 +0200)
commit7960ce842b4188fd49a87ddd39b7ab7549228e1d
treec870e696242944aced2b422c924db2dcbeadb14f
parent782afa98e4a5fa9a0927a9e32f9cf36082a2e8e7
virsh: Clarify escape sequence

Currently, we put no strains on escape sequence possibly leaving users
with console that cannot be terminated. However, not all ASCII
characters can be used as escape sequence. Only those falling in
@ - _ can be; implement and document this constraint.
tools/console.c
tools/virsh.c
tools/virsh.pod