Re: [Toybox] [PATCH] Fix microcom command-line help and -X.

2017-01-25 Thread enh
On Wed, Jan 25, 2017 at 2:25 PM, Rob Landley wrote: > Catching up... > > ctrl-x is not a good escape character, it's the "attention" key for > emacs. The traditional (telnet) escape character is ctrl-right bracket > (ascii 29) which as far as I know doesn't conflict with

Re: [Toybox] [PATCH] Fix microcom command-line help and -X.

2017-01-25 Thread Rob Landley
Catching up... ctrl-x is not a good escape character, it's the "attention" key for emacs. The traditional (telnet) escape character is ctrl-right bracket (ascii 29) which as far as I know doesn't conflict with anything. Any strong opinions if I change it? (I've done it for now but can switch it

[Toybox] [PATCH] Fix microcom command-line help and -X.

2017-01-15 Thread enh
--- toys/pending/microcom.c | 15 +-- 1 file changed, 9 insertions(+), 6 deletions(-) From f13172ae2ed7f29107da2fdbb767f9a1a48801f7 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Sun, 15 Jan 2017 10:51:55 -0800 Subject: [PATCH] Fix microcom command-line help and