From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A59323858D3C; Wed, 13 Dec 2023 03:58:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A59323858D3C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1702439904; bh=WZKOaHFsVP78DfUzgBwzp6pRiiTPMn5yigfTITEW7F8=; h=From:To:Subject:Date:From; b=SsxqvHoOgrBv5yiUfobjt4S8nslA61U0orq6DdOO97kB/w8QjOjMMBrlwwX0yqFfe O6YH2Mo+EW6PZCC+zq1Kc+JbGGU8VgumzlQR+c5PdN8jgTeRGlDPvTtaQsHSe3fY9P rDz13b09tj6nmiQYPykk4Pd9TO8cIYTJ2x0niu/s= From: "tromey at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug python/31157] New: Python TUI window should automatically handle scrolling and clipping Date: Wed, 13 Dec 2023 03:58:24 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new 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: tromey 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: 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 Bug ID: 31157 Summary: Python TUI window should automatically handle scrolling and clipping Product: gdb Version: HEAD Status: NEW Severity: normal Priority: P2 Component: python Assignee: unassigned at sourceware dot org Reporter: tromey at sourceware dot org Target Milestone: --- I tried writing a TUI stack window in Python. This wasn't too bad overall, but it would be a lot simpler if the Python TUI code could automatically handle clipping text (as opposed to letting it wrap, which happens now), and also scrolling. This could be an option on TuiWindow so that window implementations could request this behavior. --=20 You are receiving this mail because: You are on the CC list for the bug.=