mirror of https://github.com/buggins/dlangide.git
Merge branch 'master' of github.com:buggins/dlangide
This commit is contained in:
commit
58fec37c25
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue