[konsole] [Bug 347323] Add support for changing cursor shape with extended DECSCUSR escape sequences

Kurt Hindenburg bugzilla_noreply at kde.org
Thu Apr 19 13:38:20 UTC 2018


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

Kurt Hindenburg <kurt.hindenburg at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CONFIRMED                   |RESOLVED
   Version Fixed In|                            |18.08
      Latest Commit|                            |https://commits.kde.org/kon
                   |                            |sole/7c2a1164be14ae912d166e
                   |                            |e79d07cc45cb5e3aba
         Resolution|---                         |FIXED

--- Comment #5 from Kurt Hindenburg <kurt.hindenburg at gmail.com> ---
Git commit 7c2a1164be14ae912d166ee79d07cc45cb5e3aba by Kurt Hindenburg, on
behalf of Ahmad Samir.
Committed on 19/04/2018 at 13:38.
Pushed by hindenburg into branch 'master'.

Add support for Set Cursor Style (DECSCUSR) escape sequences

Summary:
This follows the XTerm escape sequences, which include a couple more
shapes than what VT520 supports.
FIXED-IN: 18.08

Test Plan:
To test the escape sequences:
printf '\e[ q'          #blinking block
printf '\e[0 q'         # blinking block
printf '\e[1 q'         # blinking block
printf '\e[2 q'         # steady block
printf '\e[3 q'         # blinking underscore
printf '\e[4 q'         # steady underscore
printf '\e[5 q'         # blinking ibeam/bar
printf '\e[6 q'         # steady ibeam/bar

Executing `reset` in terminal will reset the cursor shape and blinking
settings to the current profile values.

Reviewers: #konsole, hindenburg

Reviewed By: #konsole, hindenburg

Subscribers: #konsole

Tags: #konsole

Differential Revision: https://phabricator.kde.org/D12193

M  +14   -0    src/Emulation.h
M  +3    -0    src/Session.cpp
M  +30   -0    src/TerminalDisplay.cpp
M  +12   -0    src/TerminalDisplay.h
M  +34   -0    src/Vt102Emulation.cpp

https://commits.kde.org/konsole/7c2a1164be14ae912d166ee79d07cc45cb5e3aba

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


More information about the konsole-devel mailing list