From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BF90D3857028; Fri, 5 May 2023 12:34:01 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BF90D3857028 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1683290041; bh=Mu7MvIuuWZvHIEIhwlV5oXwQeBxe1+QIyjrtNMW869g=; h=From:To:Subject:Date:In-Reply-To:References:From; b=bDtW0pwdcYGxrGQyIw7jYvfb5qHsVKMX63wyDApZQLtth8B6gNX4axmMnE7TSjQ1W fbzyUmVznsBg/3+WqXGQMzm+MrsvIX8IOkaJTDTgyQ/LWZJQiiG22vcuRD7UvgFhKw v8sOB5HWEsP9qGp3EDnoo8aZ/Aj9T6eHI71ObgJs= From: "cvs-commit at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug cli/30346] [gdb/cli] CLI in ansi terminal has off-by-one width problem Date: Fri, 05 May 2023 12:34:01 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: cli 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=3D30346 --- Comment #3 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=3D4891c459927d= 9a9c0f516c35e2d9d4ce212dd06e commit 4891c459927d9a9c0f516c35e2d9d4ce212dd06e Author: Tom de Vries Date: Fri May 5 14:34:00 2023 +0200 [gdb/testsuite] Add gdb.base/wrap-line.exp Add a test-case that tests prompt edit wrapping in CLI, both for TERM=3Dxterm and TERM=3Dansi, both with auto-detected and hard-code= d width. In the TERM=3Dansi case with auto-detected width we run into PR cli/303= 46, so add a KFAIL for that failure mode. Tested on x86_64-linux. --=20 You are receiving this mail because: You are on the CC list for the bug.=