Re: screen-256color terminfo entry?

2006-05-09 Thread cga2000
Thus spake Stephane Chazelas on Tue, May 09, 2006 at 08:05:43AM +0100 or thereabouts: <[EMAIL PROTECTED]> [2006-05-09 08:05]: > On Tue, May 09, 2006 at 12:50:55AM -0400, cga2000 wrote: [...] > > Here is what I have. This is screen entry with some xterm > specific keys and features added (note tha

Re: screen-256color terminfo entry?

2006-05-09 Thread cga2000
Thus spake Nikolai Weibull on Tue, May 09, 2006 at 08:54:13AM +0200 or thereabouts: <[EMAIL PROTECTED]> [2006-05-09 08:05]: > On 5/9/06, cga2000 <[EMAIL PROTECTED]> wrote: > [TERM=xterm-256color] > > First off, xterm != screen. I realize this. I had to cut some corners because I was switching fr

Re: screen-256color terminfo entry?

2006-05-09 Thread Buddy Burden
cga, First let me say that I agree with Aaron. When I first started using screen, I tried what you're trying, and trust me when I tell you it's a losing battle. You'll get some things to work this way, but you'll break others. But I can answer your question for you anyway. screen -t bash /

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: screen-256color terminfo entry?

2006-05-09 Thread Aaron Griffin
On 5/8/06, cga2000 <[EMAIL PROTECTED]> wrote: export TERM="xterm-256color" This saves me the trouble of having to set/export the TERM variable manually every time I create a new screens. Sorry, but that's broken. If you're inside screen, your TERM variable should be screen (or some derivative

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: screen-256color terminfo entry?

2006-05-09 Thread Stephane Chazelas
On Tue, May 09, 2006 at 12:50:55AM -0400, cga2000 wrote: > I was planning to have screen start a few apps automatically using the > "screen" command in my .screenrc but I have run into a minor snag. > > I currently run screen in an xterm with the 256 colors extension enabled > and the TERM variabl