diff options
Diffstat (limited to 'Canvas.cpp')
-rw-r--r-- | Canvas.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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()); |