Steven Silvester %!s(int64=9) %!d(string=hai) anos
pai
achega
cf8236b290
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/terminal/index.ts

+ 2 - 2
src/terminal/index.ts

@@ -119,10 +119,10 @@ class TerminalWidget extends Widget {
     // Set the default title.
     this.title.text = 'Terminal ' + TerminalWidget.nterms;
 
-    this._dummyTerm = createDummyTerm();
-
     Terminal.brokenBold = true;
 
+    this._dummyTerm = createDummyTerm();
+
     this._ws.onopen = (event: MessageEvent) => {
       this._createTerm(options);
     };