Skip to content

Commit

Permalink
Treat ping messages properly not to lose window title
Browse files Browse the repository at this point in the history
Thanks to @RGawenda at #65.
  • Loading branch information
yudai committed Oct 6, 2015
1 parent 6edf5b4 commit 6af36bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/gotty.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
break;
case '1':
// pong
break;
case '2':
term.setWindowTitle(data);
break;
Expand Down

0 comments on commit 6af36bc

Please sign in to comment.