From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E0DCF3858023; Wed, 12 Jul 2023 14:27:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E0DCF3858023 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1689172072; bh=EFvAL1TwSWUFk9N6482qK4h/qUyeLohr8c0KaMNINw8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ul9WvanDHuEDtQUe88nMTi9nQZbfRFZg9O2E3E9cgXIQjg5/RcEIV9nyNZpeQ4X83 IrVndjfV/xwrzsnt+4ejzysssaw29mkkCCzy8tAsoaK+jtUF7ijgXqSArAYSK8UCA1 1o4Z1lNwrYiWFwrko58nWhTgMBeLFafgdQ2pywr0= From: "cvs-commit at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug tui/30580] [gdb/tui] !HAVE_WBORDER and border-kind ascii and space Date: Wed, 12 Jul 2023 14:27:52 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: tui X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D30580 --- Comment #5 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Tom de Vries : https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3Da839dbdce5d9= 23dd28027ae2dba01f88104b7926 commit a839dbdce5d923dd28027ae2dba01f88104b7926 Author: Tom de Vries Date: Wed Jul 12 16:27:40 2023 +0200 [gdb/tui] Assume HAVE_WBORDER The tui border-kind setting allows values acs, ascii and space. The values ascii and space however don't work well with !HAVE_WBORDER. Fix this by removing the !HAVE_WBORDER case, which was introduced for Ultrix support, which is now obsolete. Tested on x86_64-linux. PR tui/30580 Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=3D30580 Approved-By: Tom Tromey --=20 You are receiving this mail because: You are on the CC list for the bug.=