From 70feb9ed564fb7f557b7ab8b8d65e6376811b6ce Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Fri, 11 Oct 2024 16:44:28 +0200 Subject: rename File -> FileStrategy --- Canvas.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Canvas.cpp') diff --git a/Canvas.cpp b/Canvas.cpp index 2ff430f..c2c5362 100644 --- a/Canvas.cpp +++ b/Canvas.cpp @@ -48,7 +48,7 @@ string Canvas::to_string(bool truecolor) { if (type_str.length() == 0) type_str = "."; if (truecolor) - out += stringf("\e[48;2;%d;%d;%dm", + out += stringf("\e[38;2;0;0;0;48;2;%d;%d;%dm", tile.color.red, tile.color.green, tile.color.blue); out += stringf("%-2s ", type_str.c_str()); -- cgit v1.2.3