mirror of https://github.com/buggins/dlangide.git
fixes
This commit is contained in:
parent
97cb667dc9
commit
b45b138ac7
|
@ -180,6 +180,7 @@ class OutputPanel : DockWindow {
|
||||||
//_terminalWidget.write("Юникод Unicode"d);
|
//_terminalWidget.write("Юникод Unicode"d);
|
||||||
_terminalWidget.write("\x1b[34;45m blue on magenta "d);
|
_terminalWidget.write("\x1b[34;45m blue on magenta "d);
|
||||||
_terminalWidget.write("\x1b[31;46m red on cyan "d);
|
_terminalWidget.write("\x1b[31;46m red on cyan "d);
|
||||||
|
//_terminalWidget.write("\x1b[2Jerased screen"d);
|
||||||
|
|
||||||
return _tabs;
|
return _tabs;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue