summaryrefslogtreecommitdiffstats
path: root/lib/App/Termcast.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/App/Termcast.pm')
-rw-r--r--lib/App/Termcast.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/App/Termcast.pm b/lib/App/Termcast.pm
index de97826..2fb2036 100644
--- a/lib/App/Termcast.pm
+++ b/lib/App/Termcast.pm
@@ -167,7 +167,7 @@ sub _form_metadata_string {
my $json = JSON::encode_json(\%data);
- return "\e[H\x00$json\xff\e[H\e[2J";
+ return "\e]499;$json\x07";
}
sub _build_socket {