https://bugs.kde.org/show_bug.cgi?id=418519
Luis Alves <luisalve...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |RESOLVED Resolution|--- |FIXED Version Fixed In| |20.08 Latest Commit| |https://invent.kde.org/util | |ities/konsole/commit/66c830 | |484c3e042284b23114ab51f99a7 | |06cea9e --- Comment #1 from Luis Alves <luisalve...@gmail.com> --- Git commit 66c830484c3e042284b23114ab51f99a706cea9e by Luis Alves. Committed on 04/07/2020 at 20:12. Pushed by hindenburg into branch 'master'. Add new ANSI sequences CNL and CPL - It implements Cursor Next Line (CNL) sequence. - It implments Cursor Previous Line (CPL) sequence. - Ex: echo -e "Hello\e[3EWorld" or echo -e "Hello\e[3FWorld" FIXED-IN: 20.08 https://invent.kde.org/utilities/konsole/-/merge_requests/116 M +31 -0 src/Screen.cpp M +10 -0 src/Screen.h M +3 -3 src/Vt102Emulation.cpp https://invent.kde.org/utilities/konsole/commit/66c830484c3e042284b23114ab51f99a706cea9e -- You are receiving this mail because: You are watching all bug changes.