Commit 6af36bc6 by Iwasaki Yudai

Treat ping messages properly not to lose window title

Thanks to @rgawenda at #65.
1 parent 6edf5b45
Showing with 1 additions and 0 deletions
...@@ -57,6 +57,7 @@ ...@@ -57,6 +57,7 @@
break; break;
case '1': case '1':
// pong // pong
break;
case '2': case '2':
term.setWindowTitle(data); term.setWindowTitle(data);
break; break;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!