From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 60279 invoked by alias); 17 Feb 2020 16:26:27 -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 60206 invoked by uid 89); 17 Feb 2020 16:26:27 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=role, culprit X-HELO: mail-lj1-f178.google.com Received: from mail-lj1-f178.google.com (HELO mail-lj1-f178.google.com) (209.85.208.178) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 17 Feb 2020 16:26:26 +0000 Received: by mail-lj1-f178.google.com with SMTP id n18so19530223ljo.7 for ; Mon, 17 Feb 2020 08:26:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=PUqz/zC0jhbnPZJIpa/WSJJQ0kmVnZNE5ExNQpwNtaE=; b=BJx9+tYWmY7H0rh68SZ4W5VbtMRfWN90D3wKc159qi0ayzpKSwdrieTW36BMCe2NNH Yp1y9z3eVREzvNkEflTTCImFBJ91cw2qI0i05kriyMTL++NrWwY5TpwGhmuhSoH4FVtg CEU7YzHUkDb3DKoUyeeVLOoOmmtLKcInM3syYlXMD3WoM584gA3UWIwIjWLK6V0IY0l2 R0pFtzg9cj1eKBwx27SVnedCi6kNv80OXzgEiDGhnEYVMHxd2Z/2+SMemyNQWUC1CpfS 7TH9ddagjN0NloqxHPdM2Fa+VJkpGqk4DclYM229BcKAPNjZkAxbVFo+qvy0ndxCwt0S XTig== MIME-Version: 1.0 From: Aleksey Midenkov Date: Mon, 17 Feb 2020 16:26:00 -0000 Message-ID: Subject: GDB 9 TUI mode broken To: gdb@sourceware.org Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2020-02/txt/msg00043.txt.bz2 Hi! Is it vanilla feature of making TUI frame of blue color? Now the window molders away after `winheight src +8` command. The result is deplorable. If the answer is "yes", what is the functional role of blue frame? I'm not sure if the color of the frame is the culprit but something bad happens with terminal after GDB in TUI mode and only `reset` helps. Downgrading to 8.3 fixed the issue. -- All the best, Aleksey Midenkov @midenok