| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
| |
Signed-off-by: OBATA Akio <[email protected]>
(cherry picked from commit 5a573b7c95216a642cd5887d602d8188eb79461d)
|
| |
|
|
|
|
|
|
|
| |
Just the ID is required.
Signed-off-by: OBATA Akio <[email protected]>
(cherry picked from commit e23eb421326df55c54c14d394970ed4d69207297)
|
| |
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 3078b5fa12d8988c55fdb511682736daecbc1ff8)
|
|
|
|
|
| |
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit d9743d0420c071e5dcc70f0ff793a035b829ea38)
|
|
|
|
|
| |
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 941e4a6f6d8a90af54adec42095ceaddbaf4d09f)
|
|
|
|
|
| |
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 2caf1dfebc751722ef215f8c91977a26c2d971c6)
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit dcb4b6b7738ae14210ec3845928ea1de62d0cc83)
|
| |
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 76fe6863ce1338d0e1dd0a9bc84630187a21ed11)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
https://invent.kde.org/utilities/konsole/-/commit/66c830484c3e042284b23114ab51f99a706cea9e
This relates to issue TDE/tde#71.
Signed-off-by: Michele Calgaro <[email protected]>
-------------------------------------------------------------
Original commit info:
From: Luis Alves <[email protected]>
Date: Wed, 10 Jun 2020 17:34:15 -0300
Subject: 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"
-------------------------------------------------------------
(cherry picked from commit d397267391a4bbf21bf070e4c0f19b618914aab2)
|
|
|
|
|
|
|
|
|
| |
plymouth.
This resolves bug 2806.
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 013b337217f10bf5f9d027757c5d4cc8fbb19988)
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 1f39afd8d12daf963fc0e21156b38c67b396dd9a)
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
This isn’t completely done as there’s still a few outdated
bits of infomation in there.
Signed-off-by: Gamerappa <[email protected]>
(cherry picked from commit bd865430b434c8a68f8ebe9eb926e1addeeb9692)
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
resolves issue TDE/tde#70.
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit d46fe0e5a48179cd32d0ef336932c3459c699d85)
|
| |
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit b264e00f681a554f3c55a9cb2b975d0e10519c99)
|
|
|
|
| |
Signed-off-by: Slávek Banko <[email protected]>
|
| |
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 98aff0ce80004d2f60ded34def550f9435326871)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
CSI S escape sequence (SU, scroll up) ignored if number of lines to
scroll bigger than scrollable lines
REVIEW: 130133
BUG: 379318
Taken from KDE patches and adapted to TDE.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 0bb1c7eb4c2c423ebf52d199ad307e4163821a67)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary:
This behavior is present in e.g. xterm and linux console.
Currently when using CSI 2J escape sequence, screen contents are
appended to scrollback (including bottom empty lines). This is breaking
`clear` command, which replaces scrollback with current screen contents.
BUG: 384218
Test Plan:
* Start Konsole with a shell
* `clear`
**Expected result:**
Cleared display, empty scrollback.
**Actual result:**
Cleared display, but scrollback contains previous display contents.
---
* Start Konsole with a shell
* seq 1000
* `echo -ne '\033[2J`
**Expected result:**
Cleared display, numbers in last scrollback lines.
**Actual result:**
Cleared display, but scrollback contains previous display contents
(i.e. shell prompt in last lines)
Reviewers: #konsole, hindenburg
Reviewed By: #konsole, hindenburg
Subscribers: hindenburg, konsole-devel, #konsole
Tags: #konsole
Differential Revision: https://phabricator.kde.org/D21282
Taken from KDE patches and adapted to TDE.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 838025df1cdfed31cfb086329cbf090b79d33159)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Patch by btown using lxde/qtermwidget@60221da by @yan12125
ECMA-48 8.3.103 describes the sequence CSI Pn b for repeating the
previous character in the data stream. This sequence has been present
in XTerm since January 1997 and has been added to the latest terminfo
entry for xterm-new and derived entries such as xterm-256color.
https://phabricator.kde.org/D10064
Taken from KDE patches and adapted to TDE.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 4934beb5506ba7564e0f397781cd7fe7d49eb0c0)
|
| |
|
|
|
|
|
| |
Signed-off-by: Mavridis Philippe <[email protected]>
(cherry picked from commit f7550c45c6be8b4f230ba8498ae121cd3f7211f6)
|
|
|
|
|
|
|
|
|
| |
* Better Escape key usage prevention
* Better handling of different shortcut counts (0 vs 1 vs 2)
* Fixed a deprecated function call to setShortcut()
Signed-off-by: Mavridis Philippe <[email protected]>
(cherry picked from commit 10cddab2e38a26d4a2593fcb095fca8230a39486)
|
|
|
|
|
|
|
|
| |
depending on the current value of forceFontDPI. This solves the automatic
transition of configuration after adding support for variable font DPI.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 48077a30f9997448365742e3c7060bb7ad862aa7)
|
|
|
|
|
| |
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit e8d86645043847265b61825c9a1f20a6b93cc924)
|
| |
|
|
|
|
|
|
|
| |
button checkbox.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 0f139004ca5848d85ffa5f1bb304969096da7c40)
|
|
|
|
|
| |
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 622236d20341605e793a3585eed02fd810f66981)
|
|
|
|
|
|
|
|
| |
We cannot accept the Escape key as a search shortcut
as it is bound to other actions already.
Signed-off-by: Mavridis Philippe <[email protected]>
(cherry picked from commit c3d4d73313a3241026b96cbad0cabc12782135a2)
|
|
|
|
|
| |
Signed-off-by: Mavridis Philippe <[email protected]>
(cherry picked from commit 4a60c1ead4edf7d88941f878b3f30f0ffe4cfad0)
|
|
|
|
|
|
|
| |
This resolves issue #176.
Signed-off-by: Mavridis Philippe <[email protected]>
(cherry picked from commit 2557c13094ebabc5916ac166fd842cb0f5897250)
|
|
|
|
|
| |
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 9a444a3310e17fae54f0425bc83eb91efcea8706)
|
|
|
|
|
|
|
|
| |
This is how it is mentioned in starttde and should have been
according to renaming (KDEWM->TDEWM).
Signed-off-by: Mavridis Philippe <[email protected]>
(cherry picked from commit 72f07e2805c9612c5acfb3e88fc6a85b506c3b21)
|
| |
|
|
|
|
|
|
|
| |
information.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 3eba4f728a39c0691fdd6e7e50429fcfbec02852)
|
|
|
|
|
| |
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 5e263a67d915e46b393a2c567a2473a21c59bd77)
|
| |
|
| |
|