Package: screen
Version: 4.0.3-11+lenny1
Severity: normal
Tags: patch


-- System Information:
Debian Release: 5.0.2
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-2-vserver-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages screen depends on:
ii  libc6                     2.7-18         GNU C Library: Shared libraries
ii  libncursesw5              5.7+20081213-1 shared libraries for terminal hand
ii  libpam0g                  1.0.1-5+lenny1 Pluggable Authentication Modules l

screen recommends no packages.

screen suggests no packages.

-- no debconf information

1-
First, not well documented the resize options, just when using more than 2 
args, you get this error
usage: resize [-h] [-v] [-l] [num]
Looking at the code there is one more option -b (both) and num can be suffixed 
whith %

2-
I've also found an error :
related to 01CVS.dpatch, lenny-11.diff, line 5539 and squeeze-14.diff, line 
5857 :
ResizeRegions(*args, 0);
should be ResizeRegions(*args, i); (suggestion)
because now it just ignores the resizing mode (h/v/b/l) when giving 2 args, 
when giving just 1 it works in interactive mode.
And it's important to work in batch mode (screenrc)

3-
args[0] = "up";
args[1] = 0;
SaveAction(ktab + T_BACKTAB - T_CAPS + 256, RC_FOCUS, args, 0);
What does it mean? SHIFT + TAB does not work, which is the default keybind for 
reverse cycling over regions?

4-
And related to 525998, I think this bug should also be applied to lenny, like 
this one if it's accepted.
I use lenny and spent a lot of time just because googling, found that ^a+| and 
vert_split should already work in lenny and yes, ^a+| worked but vert_split is 
split -v and only looking at the code found the solution, screen is a very 
usefull tool, vertical splitting, moving and resizing are also very usefull... 
and in lenny too!!

Thanks



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to