1
0
mirror of https://github.com/sorenisanerd/gotty.git synced 2025-04-08 19:50:29 +00:00

Treat ping messages properly not to lose window title

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

@ -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;