[konsole] [Bug 401097] New: Ignores space in escape sequence, misinterprets SPD as SU

Egmont Koblinger bugzilla_noreply at kde.org
Fri Nov 16 10:03:19 GMT 2018


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

            Bug ID: 401097
           Summary: Ignores space in escape sequence, misinterprets SPD as
                    SU
           Product: konsole
           Version: master
          Platform: Other
                OS: Linux
            Status: REPORTED
          Severity: normal
          Priority: NOR
         Component: emulation
          Assignee: konsole-devel at kde.org
          Reporter: egmont at gmail.com
  Target Milestone: ---

Ecma-48 defines:

8.3.130 SPD - SELECT PRESENTATION DIRECTIONS
    Representation: CSI Ps1;Ps2  02/00 05/03
    Parameter default value: Ps1 = 0; Ps2 = 0

8.3.147 SU - SCROLL UP
    Representation: CSI Pn 05/03
    Parameter default value: Pn = 1

Recently Konsole changed its behavior so that the command
    echo -ne '\e[3 S'
scrolls up by 3 lines. That is, the space inside the escape sequence is
ignored, the SPD sequence is incorrectly interpreted as a SU instead.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the konsole-devel mailing list