Treat ping messages properly not to lose window title
Thanks to @rgawenda at #65.
Showing
with
1 additions
and
0 deletions
-
Please register or sign in to post a comment
Thanks to @rgawenda at #65.
... | ... | @@ -57,6 +57,7 @@ |
break; | ||
case '1': | ||
// pong | ||
break; | ||
case '2': | ||
term.setWindowTitle(data); | ||
break; | ||
... | ... |