On Mon, May 08, 2006 at 03:00:19PM +1000, Dennis McGregor wrote:
> $ echo -n "\eP\e]4;1;?\007\e\\" 
> works for me.
> 
> from the manual: Virtual Terminal->Control Sequences:
>      ESC P  (A)     Device Control String
>                     Outputs a string directly to the host
>                     terminal without interpretation.
> 
> and I'm not sure why, but while in xterm this works when ending the string 
> with 
> either BEL ( \007 ) *or* ST ( \e\ ), in screen it seems to require both...

The \e\\ ends the ESC P sequence you send to screen, the \007 ends
the sequence for the xterm.

Cheers,
  Michael.

-- 
Michael Schroeder           [EMAIL PROTECTED]
main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);}


_______________________________________________
screen-users mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/screen-users

Reply via email to