Your message dated Sun, 8 Feb 2015 15:48:27 -0500
with message-id <[email protected]>
and subject line Re: Bug#367257: rxvt-unicode: Continues to scroll with buffer
despite setting scrollWithBuffer resource to false
has caused the Debian Bug report #367257,
regarding rxvt-unicode: Continues to scroll with buffer despite setting
scrollWithBuffer resource to false
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.)
--
367257: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=367257
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: rxvt-unicode
Version: 7.7-4
Severity: normal
Despite setting the following two resources:
URxvt*scrollTtyOutput: false
URxvt*scrollWithBuffer: false
Should I attempt to scroll back into the buffer, the screen will continue to
scroll along with a growing buffer.
This makes trying to re-read a part of a rapidly scrolling logfile highly
annoying. I believe, that the whole reason that the
scrollWithBuffer resource exists in the first place is to prevent such an
annoyance.
The same occurs should I attempt to use the -si -sw switches from commandline.
-- System Information:
Debian Release: by Linux-Systeme
APT prefers unstable
APT policy: (990, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-beyond3
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=UTF-8)
Versions of packages rxvt-unicode depends on:
ii base-passwd 3.5.11 Debian base system master password
ii libc6 2.3.6-8 GNU C Library: Shared libraries
ii libfontconfig1 2.3.2-5.1 generic font configuration library
ii libgcc1 1:4.1.0-3 GCC support library
ii libperl5.8 5.8.8-4 Shared Perl library
ii libx11-6 2:1.0.0-6 X11 client-side library
ii libxft2 2.1.8.2-7 FreeType-based font drawing librar
ii libxpm4 1:3.5.4.2-3 X11 pixmap library
ii libxrender1 1:0.9.0.2-4 X Rendering Extension client libra
ii ncurses-base 5.5-2 Descriptions of common terminal ty
rxvt-unicode recommends no packages.
pgpxrIHNMvMqo.pgp
Description: PGP signature
--- End Message ---
--- Begin Message ---
fixed 367257 9.12-1
thanks
On Sun, Feb 08, 2015 at 02:49:15PM -0500, Ryan Kavanagh wrote:
> Upstream has agreed to clarify the respective portions of the manpage to
> clarify any confusion users may have regarding these options.
Upstream discovered that they had already done so. I'm thus going to
close this bug.
Best wishes,
Ryan
--- applied fix ---
commit c17f93e0f69dce2536ae161b2bc9bc7e35b44659
Author: Marc Lehmann <[email protected]>
Date: 2011-05-06 10:18:00 +0000
*** empty log message ***
diff --git a/doc/rxvt.1.pod b/doc/rxvt.1.pod
index 50b3533..9a06601 100644
--- a/doc/rxvt.1.pod
+++ b/doc/rxvt.1.pod
@@ -937,9 +937,10 @@ B<+si>.
=item B<scrollWithBuffer:> I<boolean>
-B<True>: scroll with scrollback buffer when tty receives new lines (and
-B<scrollTtyOutput> is False); option B<-sw>. B<False>: do not scroll
-with scrollback buffer when tty receives new lines; option B<+sw>.
+B<True>: scroll with scrollback buffer when tty receives new lines (i.e.
+try to show the same lines) and B<scrollTtyOutput> is False; option
+B<-sw>. B<False>: do not scroll with scrollback buffer when tty receives
+new lines; option B<+sw>.
=item B<scrollTtyKeypress:> I<boolean>
-----------------
--
|_)|_/ Ryan Kavanagh | Debian Developer
| \| \ http://ryanak.ca/ | GPG Key 4A11C97A
signature.asc
Description: Digital signature
--- End Message ---