From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 66FF03858D37; Tue, 9 May 2023 13:33:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 66FF03858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1683639223; bh=lKpV85i4tUdCyDPt77WgSWuQGFVkj+6EcqO9NI1vxOQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=JWBGOvbzVKn6Y8xveYe4J3AKAlP+lyU1+u+XaT/d4Gq/dvILMcO41zYVny3FqdXOe sYHAhTmI1BWreaZN5ET+qARMt2J2qHpCwi34n1CsMjO4ZO0y6IEtW1gl2q4J7F/hpg 4ngsQAm/PyyteIwr7UWf1FFTGOStWSohrX3Ri/EM= From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug tui/30419] [gdb/tui] Support tui safe-mode on/off Date: Tue, 09 May 2023 13:33:42 +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: enhancement X-Bugzilla-Who: vries 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=3D30419 --- Comment #1 from Tom de Vries --- I implemented a first version, but wasn't happy with the result. I've now posted a patch that implements part of the functionality as "set t= ui hide-last-column on/off/auto", and I'm playing around with a patch that implements set tui profile default/ascii, where by doing "set tui profile <= p>" we apply a coherent collection of settings. Then we could implement an alternative to "set tui safe-mode on/off" by implementing a profile safe-mode (or, conservative, or basic or some such) = that does: - set tui hide-last-column on, and - set tui border-kind ascii. --=20 You are receiving this mail because: You are on the CC list for the bug.=