[Konsole-devel] [Bug 95932] New: Terminal Resize does not work
tkmame at retrogames.com
tkmame at retrogames.com
Tue Dec 28 15:17:21 UTC 2004
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=95932
Summary: Terminal Resize does not work
Product: konsole
Version: unspecified
Platform: RedHat RPMs
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
AssignedTo: konsole-devel kde org
ReportedBy: tkmame retrogames com
Version: (using KDE KDE 3.3.2)
Installed from: RedHat RPMs
Compiler: gcc-3.4.2
OS: Linux
After configuring konsole to allow applications to resize the window, konsole still does not all a resize to occur. Here is my test application:
#include <stdio.h>
main() {
printf("\e[8;50;80t"); /* resize window */
}
Running this program on a plain xterm will cause the xterm to resize, however running under a konsole, no resize takes place. I specifically made sure to configure the konsole and select the option to allow applications to resize.
More information about the konsole-devel
mailing list