Treat ping messages properly not to lose window title

Thanks to @rgawenda at #65.
This commit is contained in:
Iwasaki Yudai 2015-10-07 04:34:40 +09:00
parent 6edf5b450f
commit 6af36bc6d9

View File

@ -57,6 +57,7 @@
break;
case '1':
// pong
break;
case '2':
term.setWindowTitle(data);
break;