Bug 331656 - CSI escape codes ESC[<n>E (next line), ESC[<n>F (prev line) do not work
Summary: CSI escape codes ESC[<n>E (next line), ESC[<n>F (prev line) do not work
Status: RESOLVED FIXED
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Fedora RPMs Linux
: NOR major
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-01 20:11 UTC by ghoully
Modified: 2021-02-10 00:31 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
see... (395.64 KB, image/png)
2014-03-02 08:17 UTC, ghoully
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ghoully 2014-03-01 20:11:11 UTC
CSI escape codes ESC[<n>E, ESC[<n>F aren't working while in xterm they are
echo -en "\033[3F" or echo -en "\033[3E" and nothing happends.

Reproducible: Always
Comment 1 Kurt Hindenburg 2014-03-01 21:32:37 UTC
CSI P s E Cursor Next Line P s Times (default = 1) (CNL).
CSI P s F Cursor Preceding Line P s Times (default = 1) (CPL).

http://invisible-island.net/xterm/ctlseqs/ctlseqs.html
Comment 2 ghoully 2014-03-02 08:17:58 UTC
Created attachment 85378 [details]
see...
Comment 3 Kurt Hindenburg 2014-03-02 16:02:34 UTC
Git commit 06a5ade4a1f38382a444baacf2146246c51597e4 by Kurt Hindenburg.
Committed on 02/03/2014 at 16:01.
Pushed by hindenburg into branch 'master'.

Add FIXMEs for CSI [nE and [nF

CSI escape codes ESC[<n>E (next line), ESC[<n>F (prev line)

M  +2    -0    src/Vt102Emulation.cpp

http://commits.kde.org/konsole/06a5ade4a1f38382a444baacf2146246c51597e4
Comment 4 Kurt Hindenburg 2014-03-05 04:36:58 UTC
Git commit 2f77058a4823592fe0d67c4e26d24328ceb4a2b5 by Kurt Hindenburg.
Committed on 02/03/2014 at 16:01.
Pushed by hindenburg into branch 'frameworks'.

Add FIXMEs for CSI [nE and [nF

CSI escape codes ESC[<n>E (next line), ESC[<n>F (prev line)
(cherry picked from commit 06a5ade4a1f38382a444baacf2146246c51597e4)

M  +2    -0    src/Vt102Emulation.cpp

http://commits.kde.org/konsole/2f77058a4823592fe0d67c4e26d24328ceb4a2b5
Comment 5 Kurt Hindenburg 2021-02-10 00:31:18 UTC
This was fixed in June 2020 - https://invent.kde.org/utilities/konsole/-/commit/66c830484c3e042284b23114ab51f99a706cea9e