From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32846 invoked by alias); 31 Mar 2015 13:14:09 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 32830 invoked by uid 89); 31 Mar 2015 13:14:08 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KAM_FROM_URIBL_PCCC,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=no version=3.3.2 X-HELO: mail-ob0-f172.google.com Received: from mail-ob0-f172.google.com (HELO mail-ob0-f172.google.com) (209.85.214.172) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 31 Mar 2015 13:14:07 +0000 Received: by obcjt1 with SMTP id jt1so25730847obc.2 for ; Tue, 31 Mar 2015 06:14:05 -0700 (PDT) X-Received: by 10.60.158.202 with SMTP id ww10mr33712248oeb.18.1427807638073; Tue, 31 Mar 2015 06:13:58 -0700 (PDT) MIME-Version: 1.0 Received: by 10.182.134.202 with HTTP; Tue, 31 Mar 2015 06:13:37 -0700 (PDT) In-Reply-To: References: From: Aleksey Midenkov Date: Tue, 31 Mar 2015 13:14:00 -0000 Message-ID: Subject: Re: How to reconfigure terminal screen size? To: Patrick Palka Cc: "gdb@sourceware.org" Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2015-03/txt/msg00127.txt.bz2 On Tue, Mar 31, 2015 at 2:57 PM, Patrick Palka wrote: > On Tue, Mar 31, 2015 at 6:22 AM, Aleksey Midenkov wrote: >> When attaching from different terminals to screen session GDB retains >> knowledge about terminal size since when it started. >> >> Command 'winheight SRC +30' makes even worse, seems that GDB hangs in >> endless loop (in TUI mode). >> >> Command 'set height' doesn't help. >> >> It would be good if GDB reconfigured automatically on terminal resize >> signal (SIGWINCH). > > I think this issue is already fixed on the trunk. Could you try > building GDB from git and report back? Thanks, I'll wait better. When it can be possibly released?