diff --git a/src/dlangui/platforms/console/consoleapp.d b/src/dlangui/platforms/console/consoleapp.d index af55403c..e014ec28 100644 --- a/src/dlangui/platforms/console/consoleapp.d +++ b/src/dlangui/platforms/console/consoleapp.d @@ -354,10 +354,10 @@ class ConsoleDrawBuf : DrawBuf { static immutable dstring SPACE_STRING = " " - " " - " " - " " - " "; + ~ " " + ~ " " + ~ " " + ~ " "; /// fill rectangle with solid color (clipping is applied) override void fillRect(Rect rc, uint color) {