From fa9335f737a057c0b43fe9165dc0ef0f32a5887f Mon Sep 17 00:00:00 2001 From: John Hood Date: Mon, 6 Nov 2017 10:19:54 -0500 Subject: [PATCH] Fix issue with incorrect true-color background erase colors. --- src/terminal/terminalframebuffer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/terminal/terminalframebuffer.h b/src/terminal/terminalframebuffer.h index c6153ce..de93869 100644 --- a/src/terminal/terminalframebuffer.h +++ b/src/terminal/terminalframebuffer.h @@ -49,7 +49,7 @@ namespace Terminal { using shared::shared_ptr; using shared::make_shared; - typedef uint16_t color_type; + typedef uint32_t color_type; class Renditions { public: