spurious characters to stdout

Sepp Käsbauer cho-00047 at chiemgau-online.de
Mon Mar 3 12:52:06 CST 2008


Am Montag, 3. März 2008 schrieb Michael Goffioul:
> On Mon, Mar 3, 2008 at 4:46 PM, Sepp Käsbauer
>
> <cho-00047 at chiemgau-online.de> wrote:
> >  infocmp xterm:
> >  ...
> >  smm=\E[?1034h
> >  ...
> >
> >  If i assume that \E stands for ESC then i can confirm that smm is the
> > same escape sequence i get in our case.
>
> The original bug report mentioned ASCII chars 30 and 31, not '1' or '0'.
>
> Michael.

The esc sequence i get is in hex notation:
   1b 5b 3f 31 30 33 34 68
in ascii: 
   <esc>[?1034h

The original poster told us:
>  <ESC>[?<US><RS>34h, where <ESC> is ASCII 
>  27, <US> is ASCII 31, and <RS> is ASCII 30

IMHO is this exactly the same but the original poster described his problem in 
a mix of ascii and hex notation.

Sepp



More information about the Bug-octave mailing list