Re: Xterm OSC not working inside screen

2006-05-09 Thread Dennis McGregor
[10.05.06 07:12] Nikolai Weibull <[EMAIL PROTECTED]> wrote: > On 5/8/06, Dennis McGregor <[EMAIL PROTECTED]> wrote: > >[08.05.06 05:38] Nikolai Weibull <[EMAIL PROTECTED]> wrote: > >> Yes, I've tried > > > >> termcapinfo xterm* XT > > > >> in my screenrc, but it still doesn't work. > > > >> Am I m

Re: Xterm OSC not working inside screen

2006-05-09 Thread Nikolai Weibull
On 5/8/06, Dennis McGregor <[EMAIL PROTECTED]> wrote: [08.05.06 05:38] Nikolai Weibull <[EMAIL PROTECTED]> wrote: > Yes, I've tried > termcapinfo xterm* XT > in my screenrc, but it still doesn't work. > Am I missing something here? > I'm "echo -n"-ing "^[]4;1;?^[\", which works fine inside an

Re: Xterm OSC not working inside screen

2006-05-08 Thread Michael Schroeder
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 >

Re: Xterm OSC not working inside screen

2006-05-07 Thread Dennis McGregor
[08.05.06 05:38] Nikolai Weibull <[EMAIL PROTECTED]> wrote: > Yes, I've tried > termcapinfo xterm* XT > in my screenrc, but it still doesn't work. > Am I missing something here? > I'm "echo -n"-ing "^[]4;1;?^[\", which works fine inside an xterm, but > not inside a screen. > (What I'm trying t

Re: Xterm OSC not working inside screen

2006-05-07 Thread Nikolai Weibull
On 5/7/06, Aaron Griffin <[EMAIL PROTECTED]> wrote: On 5/7/06, Nikolai Weibull <[EMAIL PROTECTED]> wrote: [OSC's not working in screen inside xterm] There's a configure flag for screen to enable OSC codes. Make sure yours is compiled with that enabled. Actually, that's only for rxvt's OSC-c

Re: Xterm OSC not working inside screen

2006-05-07 Thread Aaron Griffin
On 5/7/06, Nikolai Weibull <[EMAIL PROTECTED]> wrote: Yes, I've tried termcapinfo xterm* XT in my screenrc, but it still doesn't work. Am I missing something here? I'm "echo -n"-ing "^[]4;1;?^[\", which works fine inside an xterm, but not inside a screen. (What I'm trying to achieve is to ge

Xterm OSC not working inside screen

2006-05-07 Thread Nikolai Weibull
Yes, I've tried termcapinfo xterm* XT in my screenrc, but it still doesn't work. Am I missing something here? I'm "echo -n"-ing "^[]4;1;?^[\", which works fine inside an xterm, but not inside a screen. (What I'm trying to achieve is to get the value of a given color in xterm.) Thanks. niko