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.

贡献者指南