Skip to content

about_popup: Add current terminal size to Detected Environment section#1624

Open
kevinraj23 wants to merge 2 commits intozulip:mainfrom
kevinraj23:add-terminal-size-about-popup
Open

about_popup: Add current terminal size to Detected Environment section#1624
kevinraj23 wants to merge 2 commits intozulip:mainfrom
kevinraj23:add-terminal-size-about-popup

Conversation

@kevinraj23
Copy link
Copy Markdown

What does this PR do?

Adds the current terminal window size to the "Detected Environment"
section of the About popup.

The terminal dimensions are obtained using self.loop.screen.get_cols_rows() in core.py and displayed as
"{cols} x {rows}" (for example "80 x 24").

How was this tested?

  • Ran the existing test suite
  • Updated tests in tests/ui_tools/test_popups.py
  • Verified the value appears in the About popup

Fixes #1536

@zulipbot zulipbot added the size: XL [Automatic label added by zulipbot] label Mar 5, 2026
@kevinraj23 kevinraj23 force-pushed the add-terminal-size-about-popup branch 2 times, most recently from f95a04d to 6541134 Compare March 5, 2026 18:21
@zulipbot zulipbot added size: S [Automatic label added by zulipbot] and removed size: XL [Automatic label added by zulipbot] labels Mar 5, 2026
@kevinraj23 kevinraj23 force-pushed the add-terminal-size-about-popup branch from 6541134 to faa0629 Compare March 5, 2026 18:39
@kevinraj23 kevinraj23 force-pushed the add-terminal-size-about-popup branch from faa0629 to 8979a5f Compare March 5, 2026 18:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size: S [Automatic label added by zulipbot]

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add current terminal window size to About popup

2 participants