Your message dated Sun, 26 Jun 2005 15:34:05 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#300419: ncurses-bin: reset command resizes 'konsole' 
window of KDE
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)

--------------------------------------
Received: (at submit) by bugs.debian.org; 19 Mar 2005 16:34:20 +0000
>From [EMAIL PROTECTED] Sat Mar 19 08:34:20 2005
Return-path: <[EMAIL PROTECTED]>
Received: from nl-ams-slo-l4-01-pip-7.chellonetwork.com 
(amsfep16-int.chello.nl) [213.46.243.25] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DCgu2-0000bE-00; Sat, 19 Mar 2005 08:34:19 -0800
Received: from localhost.localdomain ([62.205.106.185])
          by amsfep16-int.chello.nl
          (InterMail vM.6.01.03.04 201-2131-111-106-20040729) with ESMTP
          id <[EMAIL PROTECTED]>;
          Sat, 19 Mar 2005 17:33:46 +0100
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: wim delvaux <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: ncurses-bin: reset command resizes 'konsole' window of KDE
X-Mailer: reportbug 3.8
Date: Sat, 19 Mar 2005 17:34:17 +0100
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Package: ncurses-bin
Version: 5.4-4
Severity: wishlist


when one executes 'reset' in a kde konsole window, the reset commands
resets the size of that konsole window.

Since this is not handy if you just want you tty settings to clear, i would
like to have an option so that reset/tset does NOT reset the window
size.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.9-1-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages ncurses-bin depends on:
ii  libc6                       2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libncurses5                 5.4-4        Shared libraries for terminal hand

-- no debconf information

---------------------------------------
Received: (at 300419-done) by bugs.debian.org; 26 Jun 2005 19:34:08 +0000
>From [EMAIL PROTECTED] Sun Jun 26 12:34:07 2005
Return-path: <[EMAIL PROTECTED]>
Received: from nevyn.them.org [66.93.172.17] (Debian-exim)
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DmctL-0002mb-00; Sun, 26 Jun 2005 12:34:07 -0700
Received: from drow by nevyn.them.org with local (Exim 4.51)
        id 1DmctJ-0002lf-NY; Sun, 26 Jun 2005 15:34:05 -0400
Date: Sun, 26 Jun 2005 15:34:05 -0400
From: Daniel Jacobowitz <[EMAIL PROTECTED]>
To: Thomas Dickey <[EMAIL PROTECTED]>
Cc: [EMAIL PROTECTED],
        wim delvaux <[EMAIL PROTECTED]>
Subject: Re: Bug#300419: ncurses-bin: reset command resizes 'konsole' window of 
KDE
Message-ID: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL 
PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <[EMAIL PROTECTED]>
User-Agent: Mutt/1.5.8i
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

On Sun, Jun 19, 2005 at 06:06:08PM -0400, Thomas E. Dickey wrote:
> On Sun, 19 Jun 2005, Daniel Jacobowitz wrote:
> 
> >On Sat, Jun 11, 2005 at 06:08:51PM -0400, Daniel Jacobowitz wrote:
> 
> ...
> 
> >That confused me enough that I stepped through it in GDB.  reset never
> >uses TIOCSWINSZ in this case.  The terminal size isn't reset until
> >later: rs2 does it.
> >
> >So is this a bug in konsole?  \E[?3l is the sequence that does it,
> >which is in is2/rs2.  I think that's DEC-COLM (turn off 132-column
> >mode).
> 
> Now that I see what you're talking about: this is a user-definable setting
> in konsole.  Under
> 
>       Configure Konsole
>               General
>                       Allow programs to resize terminal window
> 
> But like xterm, that option is normally disabled.  A quick check seems to
> show that when it is enabled, konsole acts like xterm does (switches
> size back to 80 columns).  Since it's not enabled by default, I'd note 
> that it's surprising behavior, but not a bug.

(The xterm option is Allow 80/132 Column Switching.)

I think konsole is behaving as it ought to.  Its reset sequence puts it
into 80 column mode; xterm does the same.  If configured to allow size
changes, this resizes the terminal; xterm does the same.  Unfortunately,
we can't make reset not do this, because the resize is just part of
rs2.  So any changes to this behavior have to be made by konsole.

I'm going to close this bug.

-- 
Daniel Jacobowitz
CodeSourcery, LLC


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to