From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E7E66385773B; Fri, 5 May 2023 10:20:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E7E66385773B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1683282020; bh=P5jbW2mOTEaSelg3yehe4KdSA10TDKfUt82dMpvcED8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=GJqONJG79x0VIGfXMkKLx+Q0kXUhQ/6AWs1e6wfHtXV+SfDruWUsooSOoyfVYpxLF NY8T05BL09eFXQU3XoqUu1UYWViRTGOBhVdopZeE+8eRXxd2/pFhn3WovupQfmv4qK UzrUWyf23pUg57dEJOPwkale+zC6L5B1UNvIonUw= From: "cvs-commit at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug cli/30411] [gdb/cli] CLI in ansi terminal has off-by-one width problem (info sources output) Date: Fri, 05 May 2023 10:20:20 +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=3D30411 --- Comment #1 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=3Dc2a0fca06af3= 71adc360c2da6bafc23651e5761e commit c2a0fca06af371adc360c2da6bafc23651e5761e Author: Tom de Vries Date: Fri May 5 12:20:20 2023 +0200 [gdb/testsuite] Add gdb.tui/wrap-line.exp Add a test-case that tests prompt edit wrapping behaviour in the tuiter= m, both for CLI and TUI, both with auto-detected and hard-coded width. In the CLI case with auto-detected width we run into PR cli/30411, so a= dd 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.=