Summary: | xtermcontrol crashes Konsole in KDE 4.0 | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | Jared Sutton <jpsutton> |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED FIXED | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | 2.0 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Jared Sutton
2008-01-15 04:27:23 UTC
> I wasn't sure if this should be reported in light of the source comments
Thanks for the report. A crash is always a bug, whatever the source might say.
SVN commit 787355 by knight: 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: http://rtfm.etla.org/xterm/ctlseq.html 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: http://www.w3.org/TR/SVG/types.html#ColorKeywords BUG: 155801 M +12 -20 Session.cpp M +24 -1 Session.h M +5 -1 SessionController.cpp M +18 -8 TerminalDisplay.cpp M +12 -0 TerminalDisplay.h WebSVN link: http://websvn.kde.org/?view=rev&revision=787355 |