Description
When resizing the mlterm window with the mouse, the window border dimensions appear directly on the window. These dimensions are not useful by default - they just show the current width/height of the window frame.
Users find them distracting during normal operation as they obscure content and serve no practical purpose.
Steps to reproduce
- Open mlterm
- Click and drag the window border with the mouse to resize
- Observe that window dimensions appear during the resize
Expected behavior
Window should resize silently without showing dimension information
Possible solution
Add an option to disable/hide these dimensions during mouse resize, or make them optional/debug-only. This could be controlled by a command-line option like --hide-resize-dimensions or via configuration.
Additional context
These dimension displays could potentially be useful for debugging, but should not appear by default.
Description
When resizing the mlterm window with the mouse, the window border dimensions appear directly on the window. These dimensions are not useful by default - they just show the current width/height of the window frame.
Users find them distracting during normal operation as they obscure content and serve no practical purpose.
Steps to reproduce
Expected behavior
Window should resize silently without showing dimension information
Possible solution
Add an option to disable/hide these dimensions during mouse resize, or make them optional/debug-only. This could be controlled by a command-line option like
--hide-resize-dimensionsor via configuration.Additional context
These dimension displays could potentially be useful for debugging, but should not appear by default.