This commit is contained in:
Vadim Lopatin 2016-05-31 14:28:39 +03:00
parent 97cb667dc9
commit b45b138ac7
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}