Disable showResizeNotification
willbelr opened this issue · 5 comments
willbelr commented
Expected Behavior
No notification shown when the window is resized
Current Behavior
Notification is shown every time the terminal is resized (ie. Size: 100 x 100)
Possible Solution
Add a switch to skip call to showResizeNotification() function in TerminalDisplay.cpp (line 1795)
Thank you !
yan12125 commented
You can use setTerminalSizeHint(false)
;)
stefonarch commented
- in the GUI there is the option in v 0.16.1
- it doesn't have effect, neither in GUI neither in file setting.
Not sure as this is on qterminal-741 branch.
#387
willbelr commented
You can use
setTerminalSizeHint(false)
;)
I missed that somehow, thanks.
yan12125 commented
it doesn't have effect
It might be another issue. That option has been working fine for me.
I missed that somehow, thanks.
Glad to help :)
stefonarch commented
It might be another issue. That option has been working fine for me.
It is - I see it works fine on my debian box but not in arch.