zulip/zulip-terminal

Add current terminal window size to About popup

已关闭

#1,536 创建于 2024年7月18日

 (19 条评论) (0 个反应) (0 位负责人)Python (352 个派生)github user discovery
enhancementgood first issuehelp wanted

仓库指标

星标
 (853 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Description of suggested feature

It would be useful during reporting issues to know the size of the current terminal.

This is already available at runtime via urwid, since the popup code relies on it to determine which width (and maximum width) to use.

This entry should appear at the bottom of the 'Detected Environment' section of the 'About' popup.

Since the terminal size can often be changed while a popup is open, we will likely want to call this 'Current terminal size', though this can be adjusted later during a PR or after merging.

贡献者指南