| Summary: | Konsole not processing ANSI codes for next line, previous line | ||
|---|---|---|---|
| Product: | [Applications] konsole | Reporter: | Joey Rockhold <joey> |
| Component: | emulation | Assignee: | Konsole Bugs <konsole-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | nate |
| Priority: | NOR | ||
| Version First Reported In: | 19.12.2 | ||
| Target Milestone: | --- | ||
| Platform: | Neon | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/utilities/konsole/commit/66c830484c3e042284b23114ab51f99a706cea9e | Version Fixed/Implemented In: | 20.08 |
| Sentry Crash Report: | |||
|
Description
Joey Rockhold
2020-03-05 23:29:35 UTC
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 |