Your message dated Wed, 20 May 2026 08:18:31 +0200
with message-id <[email protected]>
and subject line Resolved
has caused the Debian Bug report #557092,
regarding screen: verticality
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
557092: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=557092
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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



--- End Message ---
--- Begin Message ---
Version: 5.0.1-2

Hi,

The two issues reported here have been fixed, probably in a previous version of screen. I have only verified this against 5.0.1-2. - The ResizeRegions issue (ResizeRegions(*args, 0) vs i) is no longer present; current version uses ResizeRegions(*args, i).
- Current docs already describe resize with -h|-v|-b|-l|-p and % forms.

Cheers,
Peter Dey

--- End Message ---

Reply via email to