From b45b138ac7c490507e5b1aad465c4fa5df53eb03 Mon Sep 17 00:00:00 2001 From: Vadim Lopatin Date: Tue, 31 May 2016 14:28:39 +0300 Subject: [PATCH] fixes --- src/dlangide/ui/outputpanel.d | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dlangide/ui/outputpanel.d b/src/dlangide/ui/outputpanel.d index 5f015f8..9156d61 100644 --- a/src/dlangide/ui/outputpanel.d +++ b/src/dlangide/ui/outputpanel.d @@ -180,6 +180,7 @@ class OutputPanel : DockWindow { //_terminalWidget.write("Юникод Unicode"d); _terminalWidget.write("\x1b[34;45m blue on magenta "d); _terminalWidget.write("\x1b[31;46m red on cyan "d); + //_terminalWidget.write("\x1b[2Jerased screen"d); return _tabs; }