zulip/zulip-terminal

Add current terminal window size to About popup

Geschlossen

#1.536 geöffnet am 18.07.2024

 (19 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (352 Forks)github user discovery
enhancementgood first issuehelp wanted

Repository-Metriken

Stars
 (855 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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.

Contributor Guide