From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 125835 invoked by alias); 31 Mar 2015 10:22:35 -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 125822 invoked by uid 89); 31 Mar 2015 10:22:35 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.4 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 10:22:33 +0000 Received: by obvd1 with SMTP id d1so19412122obv.0 for ; Tue, 31 Mar 2015 03:22:31 -0700 (PDT) X-Received: by 10.60.124.83 with SMTP id mg19mr32402210oeb.42.1427797351452; Tue, 31 Mar 2015 03:22:31 -0700 (PDT) MIME-Version: 1.0 Received: by 10.182.134.202 with HTTP; Tue, 31 Mar 2015 03:22:11 -0700 (PDT) From: Aleksey Midenkov Date: Tue, 31 Mar 2015 10:22:00 -0000 Message-ID: Subject: How to reconfigure terminal screen size? To: "gdb@sourceware.org" Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2015-03/txt/msg00124.txt.bz2 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).