Re: GNU Screen and vim

2006-10-23 Thread Fabien Meghazi
I just did some tests, and in both xterm and rxvt, screen passed the escape codes for Shift-Up through without altering them. Try going to a command line in screen, running something like 'cat > /dev/null' and checking to make sure that Shift-Up is still working from there while in screen. If it

Re: GNU Screen and vim

2006-10-23 Thread Phil!Gregory
* Fabien Meghazi <[EMAIL PROTECTED]> [2006-10-23 09:31 +0200]: > I use screen under rxvt-unicode, in my .vimrc, I map the Shift-Up key > combination like this: > > noremap ^[[a zc > > This works under rxvt without problem, I can fold using Shift+Up arrow > > But as soon as I'm under screen it do

Re: Bash 3.1 and login shells

2006-10-23 Thread Michael Parson
On Mon, Oct 23, 2006 at 10:28:27AM -0500, Aaron Griffin wrote: > On 3/31/06, Aaron Griffin <[EMAIL PROTECTED]>wrote: >> So bash 3.1 no longer works happilly with the 'shell -bash' or >> 'deflogin on' settings. Downgrading to bash 3.0 fixes this just fine >> with the exact same settings. This is k

Re: Bash 3.1 and login shells

2006-10-23 Thread Michael Schroeder
On Mon, Oct 23, 2006 at 10:28:27AM -0500, Aaron Griffin wrote: > So it appears I posted this long ago (just did a searc through the > ML), but this still isn't resolved... is anyone aware of this issue: > > On 3/31/06, Aaron Griffin <[EMAIL PROTECTED]> wrote: > >So bash 3.1 no longer works happill

Re: Bash 3.1 and login shells

2006-10-23 Thread Aaron Griffin
So it appears I posted this long ago (just did a searc through the ML), but this still isn't resolved... is anyone aware of this issue: On 3/31/06, Aaron Griffin <[EMAIL PROTECTED]> wrote: So bash 3.1 no longer works happilly with the 'shell -bash' or 'deflogin on' settings. Downgrading to bash

Secfix release for screen: screen-4.0.3

2006-10-23 Thread Michael Schroeder
Hi Screen lovers, I've just released screen-4.0.3. This is not the promised next version with vertical split and other cool things, but just a security release that fixes two bugs in the utf8 combining characters handling. The bugs could be used to crash/hang screen by writing a special string to

Get session name in caption?

2006-10-23 Thread jorgesmbox-ml
Hi, It seems this should be easy to do. However, I can't seem to find the way. Any ideas? There's the sessionname command, that invoked without arguments should give the session name. How do I get this output into a variable for using it in the caption? jorges

GNU Screen and vim

2006-10-23 Thread Fabien Meghazi
Hi all, I would like to know if by any chance, someone here have the same screen problem (this is not a vim problem) : I use screen under rxvt-unicode, in my .vimrc, I map the Shift-Up key combination like this: noremap ^[[a zc This works under rxvt without problem, I can fold using Shift+Up a