summaryrefslogtreecommitdiffstats
path: root/cmd-refresh-client.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd-refresh-client.c')
-rw-r--r--cmd-refresh-client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-refresh-client.c b/cmd-refresh-client.c
index 821558ae..2af9cb46 100644
--- a/cmd-refresh-client.c
+++ b/cmd-refresh-client.c
@@ -225,7 +225,7 @@ cmd_refresh_client_exec(struct cmd *self, struct cmdq_item *item)
}
if (args_has(args, 'l')) {
- tty_putcode_ptr2(&tc->tty, TTYC_MS, "", "?");
+ tty_send_osc52_query(&tc->tty);
return (CMD_RETURN_NORMAL);
}