[Konsole-devel] [Bug 238073] New: Konsole 4 doesn't support resize ANSI escape codes anymore

Sundance sundance at ierne.eu.org
Tue May 18 18:16:06 UTC 2010


https://bugs.kde.org/show_bug.cgi?id=238073

           Summary: Konsole 4 doesn't support resize ANSI escape codes
                    anymore
           Product: konsole
           Version: unspecified
          Platform: Ubuntu Packages
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: konsole-devel at kde.org
        ReportedBy: sundance at ierne.eu.org


Version:            (using KDE 4.4.3)
OS:                Linux
Installed from:    Ubuntu Packages

Konsole 3 used to support the ANSI escape sequences to resize the window.
Konsole 4 no longer does.

This for instance causes some Vim plug-ins to completely screw up the display.

How to reproduce:
Open Konsole;
Resize to, say, 140x60 with the mouse;
Type: echo -ne "\033[8;25;80t"

Expected result:
The terminal window is resized to 80 columns and 25 lines.

Actual result:
1/ The display gets screwed up.
2/ The window isn't resized.

The screw up part actually looks like Konsole tries to apply the resize, but
with the width and height inverted! I.e. it seems to expect
"ESC[8;width;height;t" instead of the correct "ESC[8;height;width;t". So this
at least should be easy to correct.

But the window should still resize itself accordingly.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the konsole-devel mailing list