Your message dated Wed, 01 Aug 2007 12:17:12 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#202497: fixed in rxvt-beta 2.7.10-5
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: rxvt-beta
Version: 2.7.8-5
Severity: normal
Tags: patch upstream

hi,

there is a known problem when using rxvt with the ion
window manager. Due to a race condition the newly created
terminal quite often gets its initial size wrong. (see
http://wiki.ael.be/ion/index.php/FrequentlyAskedQuestions,
second item).

You can see it if you use the ion window manager,
open your initial console (F2) and then execute

# rxvt -e mutt

several times. You see how mutt gets the bottom line wrong
(sometimes).
Of course you can also look with stty(1), but shells
arent that much of a problem with this bug, because
it is always possible to fix the state of the terminal
with resize(1).

I will append a patch which works for me.

ingo

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux noo 2.4.21-noo #1 Wed Jun 18 11:52:01 CEST 2003 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages rxvt-beta depends on:
ii  base-passwd                   3.5.4      Debian base system master password
ii  libc6                         2.3.1-17   GNU C Library: Shared libraries an
ii  xlibs                         4.2.1-9    X Window System client libraries

-- no debconf information

diff -ur rxvt-asdf/src/init.c rxvt-beta-2.7.8/src/init.c
--- rxvt-beta-2.7.8/src/init.c  2003-07-22 22:41:11.000000000 +0200
+++ rxvt-asdf/src/init.c        2003-07-22 23:17:04.000000000 +0200
@@ -1105,6 +1105,9 @@
 /* need to trap SIGURG for SVR4 (Unixware) rlogin */
 /* signal (SIGURG, SIG_DFL); */
 
+    /* set window size */
+    rxvt_tt_winsize(r->tty_fd , r->TermWin.ncol, r->TermWin.nrow);
+
 #ifndef __QNX__
 /* spin off the command interpreter */
     switch (r->h->cmd_pid = fork()) {
@@ -1188,9 +1191,6 @@
 #endif                         /* SRIOCSREDIR */
     }
 
-    /* set window size */
-    /*rxvt_tt_winsize(STDIN_FILENO, r->TermWin.ncol, r->TermWin.nrow);*/
-
 /* reset signals and spin off the command interpreter */
     signal(SIGINT, SIG_DFL);
     signal(SIGQUIT, SIG_DFL);




--- End Message ---
--- Begin Message ---
Source: rxvt-beta
Source-Version: 2.7.10-5

We believe that the bug you reported is fixed in the latest version of
rxvt-beta, which is due to be installed in the Debian FTP archive:

rxvt-beta_2.7.10-5.diff.gz
  to pool/main/r/rxvt-beta/rxvt-beta_2.7.10-5.diff.gz
rxvt-beta_2.7.10-5.dsc
  to pool/main/r/rxvt-beta/rxvt-beta_2.7.10-5.dsc
rxvt-beta_2.7.10-5_sparc.deb
  to pool/main/r/rxvt-beta/rxvt-beta_2.7.10-5_sparc.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jan Christoph Nordholz <[EMAIL PROTECTED]> (supplier of updated rxvt-beta 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Thu, 26 Jul 2007 23:59:22 +0200
Source: rxvt-beta
Binary: rxvt-beta
Architecture: source sparc
Version: 2.7.10-5
Distribution: unstable
Urgency: low
Maintainer: Jan Christoph Nordholz <[EMAIL PROTECTED]>
Changed-By: Jan Christoph Nordholz <[EMAIL PROTECTED]>
Description: 
 rxvt-beta  - VT102 terminal emulator for the X Window System
Closes: 202497
Changes: 
 rxvt-beta (2.7.10-5) unstable; urgency=low
 .
   * Include patch from Ingo Koehne to increase the chance of getting
     the terminal dimensions right. Thanks! Closes: #202497.
Files: 
 a30e40611ddc6d7c81d72ecc541b5fae 647 x11 extra rxvt-beta_2.7.10-5.dsc
 38e5fe99ea825f290a5bc27d51e69abf 12561 x11 extra rxvt-beta_2.7.10-5.diff.gz
 d6a0a518be5f97d299a14e44fc86b248 231216 x11 extra rxvt-beta_2.7.10-5_sparc.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGsHhU0fhX0Y/ocz0RAsswAJ9P/avdS6It8Iyr5V4gn8FJak0jIwCdHK89
at8j9VJtJcNYD3JbrNEvElA=
=ExgY
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to