Fix issue with incorrect true-color background erase colors.
This commit is contained in:
@@ -49,7 +49,7 @@
|
|||||||
namespace Terminal {
|
namespace Terminal {
|
||||||
using shared::shared_ptr;
|
using shared::shared_ptr;
|
||||||
using shared::make_shared;
|
using shared::make_shared;
|
||||||
typedef uint16_t color_type;
|
typedef uint32_t color_type;
|
||||||
|
|
||||||
class Renditions {
|
class Renditions {
|
||||||
public:
|
public:
|
||||||
|
|||||||
Reference in New Issue
Block a user