[Konsole-devel] [konsole] [Bug 362171] Patch review requested for implementation SGR 2/8/9/53 (dim/conceal/strikeout/overline)

Kurt Hindenburg via KDE Bugzilla bugzilla_noreply at kde.org
Sat Jul 16 16:36:46 UTC 2016


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CONFIRMED                   |RESOLVED
         Resolution|---                         |FIXED
      Latest Commit|                            |http://commits.kde.org/kons
                   |                            |ole/84b43dfb2108eab47fa1dfc
                   |                            |afbf1b94a410d6cbf

--- Comment #14 from Kurt Hindenburg <kurt.hindenburg at gmail.com> ---
Git commit 84b43dfb2108eab47fa1dfcafbf1b94a410d6cbf by Kurt Hindenburg.
Committed on 16/07/2016 at 16:34.
Pushed by hindenburg into branch 'master'.

Add rendition flags SGRs 2, 8, 9, 53

Adds faint intensity, strikeout, conceal and overline support.

echo -e 'D\e[2mD\e[9mD\e[53mD\e[8mD'

Thanks to Antonio Russo antonio e russo gmail com for patch

REVIEW: 128405

M  +30   -0    data/color-schemes/BlackOnLightYellow.colorscheme
M  +30   -0    data/color-schemes/BlackOnRandomLight.colorscheme
M  +30   -0    data/color-schemes/BlackOnWhite.colorscheme
M  +30   -0    data/color-schemes/BlueOnBlack.colorscheme
M  +30   -0    data/color-schemes/Breeze.colorscheme
M  +30   -0    data/color-schemes/DarkPastels.colorscheme
M  +30   -0    data/color-schemes/GreenOnBlack.colorscheme
M  +30   -0    data/color-schemes/Linux.colorscheme
M  +30   -0    data/color-schemes/RedOnBlack.colorscheme
M  +30   -0    data/color-schemes/Solarized.colorscheme
M  +30   -0    data/color-schemes/SolarizedLight.colorscheme
M  +30   -0    data/color-schemes/WhiteOnBlack.colorscheme
M  +16   -11   src/Character.h
M  +22   -4    src/CharacterColor.h
M  +40   -3    src/ColorScheme.cpp
M  +19   -5    src/ColorSchemeEditor.cpp
M  +1    -1    src/History.h
M  +25   -33   src/Screen.cpp
M  +6    -5    src/Screen.h
M  +1    -1    src/TerminalCharacterDecoder.h
M  +13   -3    src/TerminalDisplay.cpp
M  +10   -1    src/Vt102Emulation.cpp
M  +13   -1    src/autotests/CharacterColorTest.cpp

http://commits.kde.org/konsole/84b43dfb2108eab47fa1dfcafbf1b94a410d6cbf

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


More information about the konsole-devel mailing list