-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Show terminal size when resizing the window #2833
Comments
This could be displayed in the status bar, when it is implemented |
How about in the corner of the main window from where it is resized. I mean when we resize the window our focus is in that corner. |
This seems like a good and reasonable feature request. IMO this doesn't need to be part of the status bar and could just be a little popup like @Biswa96 suggests. |
Just as in #2834:
|
I don't think it's an issue here, is it? You could just show each pane's size at the corner or center of that particular pane. This is what Konsole does: |
I was thinking that the tab/title text of the active tab could be replaced by the size of the active tab during a resize. Or perhaps the text for every tab could show the tab's size. The question of different fonts for each tab brings to mind all of my fixed-width font programs... The user sets the font face and the number of rows/columns and my code determines the best fit font for the current window size (leftover pixels are used as a "frame" in the background color around the text area.) Perhaps we actually want a way to right-click on a tab and say something like, "This tab ALWAYS has XX rows and YY columns." Then Windows Terminal could generate the best font for the required size. |
To me;
|
Hello, no news about this feature ? |
It only moved from one backlog to another backlog. :) |
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.
The text was updated successfully, but these errors were encountered: