microsoft/Terminal

Feature Request: Show terminal size when resizing the window

Open

#2,833 建立於 2019年9月21日

在 GitHub 查看
 (11 留言) (33 反應) (0 負責人)C++ (3,212 fork)batch import
Area-UserInterfaceHelp WantedIn-PRIssue-TaskProduct-Terminal

倉庫指標

Star
 (35,764 star)
PR 合併指標
 (平均合併 27天 19小時) (30 天內合併 24 個 PR)

描述

Description of the new feature/enhancement

There was this cool feature in PuTTY, that when you resize the window, it also tells you the size of the window in COLUMNS and ROWS in a small tooltip. This would make it easier for users to set the terminal to their appropriate size.

I know there is a setting for the initial size, but sometimes you want to resize your terminal to an exact size and this feature would help.

Proposed technical implementation details (optional)

Whenever the terminal window is resized by the user using either the mouse or other hotkeys, then a little tooltip will appear and show the current size (COLUMNS x ROWS) of the terminal.

貢獻者指南