Revision 787355
Go back to digest for 23rd March 2008Features in KDE Base
Robert Knight committed changes in /trunk/KDE/kdebase/apps/konsole/src:
Add support for setting background and foreground colors of a session's displays using the Xterm Operating System Controls escape sequences.
See the "Operating System Controls" section on this page:
<a href="http://rtfm.etla.org/xterm/ctlseq.html">http://rtfm.etla.org/xterm/ctlseq.html</a>
Other colors and multiple color sequences are not supported.
xtermcontrol --fg=<color> --bg=<color> now work as expected.
In addition to standard color names ("green","blue","red") etc, Qt also accepts SVG color names:
<a href="http://www.w3.org/TR/SVG/types.html#ColorKeywords">http://www.w3.org/TR/SVG/types.html#ColorKeywords</a>
File Changes
Modified 5 files
- /trunk/KDE/kdebase/apps/konsole/src
- /Session.cpp
- /Session.h
- /SessionController.cpp
- /TerminalDisplay.cpp
- /TerminalDisplay.h
5 files changed in total