From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A78B33857C58; Wed, 13 Dec 2023 15:03:41 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A78B33857C58 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1702479821; bh=HFWXTE2bTv6snWb4JP7Ge9nfrZKuYfQCcHMUVQya/CU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=lhVsIS3zQRgUfDoYiM7HlutuxazfZ09dwx+HwKrJS4LrZhmmZG8QyHKsJczzCYkJ5 O2IsGHSpqBUtHE63e6IP86xKdIjdqh9FNFqIB3/PUwFaYhKumK4rjEihrMiwDalyTI msTDIFfhmUY2qkb4TWfkX5yh4V3L/vK/kgIQEltw= From: "ssbssa at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug python/31157] Python TUI window should automatically handle scrolling and clipping Date: Wed, 13 Dec 2023 15:03:41 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: python X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ssbssa at sourceware dot 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: cc 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=3D31157 Hannes Domani changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ssbssa at sourceware dot o= rg --- Comment #1 from Hannes Domani --- The TextWindow class of my locals TUI window [1] took care of this kind of stuff, I just have to give it a list of lines, I use this as base for all my TUI windows. But if the TuiWindow itself did all this, it would be nice too I guess. [1] https://sourceware.org/pipermail/gdb-patches/2021-June/179539.html --=20 You are receiving this mail because: You are on the CC list for the bug.=