Fixed truecolor output's first line being mismatched
This commit is contained in:
parent
b5ca3b0fbb
commit
9abfaf0a3e
@ -93,7 +93,7 @@ private:
|
|||||||
return (curr = color::green);
|
return (curr = color::green);
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}m_line_color = {}, m_color = {};
|
}m_line_color = {}, m_color = m_line_color;
|
||||||
public:
|
public:
|
||||||
constexpr color_printer_true(const cmd_args& args)noexcept:
|
constexpr color_printer_true(const cmd_args& args)noexcept:
|
||||||
color_printer_base<color_printer_true>(args){}
|
color_printer_base<color_printer_true>(args){}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user