mirror of
https://github.com/KDE/konsole.git
synced 2026-05-06 05:36:40 -04:00
Remove global object base_color_table
It is basically the same as ColorScheme::defaultTable(with slight difference). There is no need to keep two default color tables.
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
// Konsole
|
||||
#include "konsole_wcwidth.h"
|
||||
#include "ExtendedCharTable.h"
|
||||
#include "ColorScheme.h"
|
||||
|
||||
using namespace Konsole;
|
||||
PlainTextDecoder::PlainTextDecoder()
|
||||
@@ -137,7 +138,7 @@ void PlainTextDecoder::decodeLine(const Character* const characters, int count,
|
||||
|
||||
HTMLDecoder::HTMLDecoder() :
|
||||
_output(0)
|
||||
, _colorTable(base_color_table)
|
||||
, _colorTable(ColorScheme::defaultTable)
|
||||
, _innerSpanOpen(false)
|
||||
, _lastRendition(DEFAULT_RENDITION)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user