Only send XDA on 0.

pull/2219/head
Nicholas Marriott 2020-05-15 17:49:07 +01:00
parent dcf537519f
commit 0b828b91a5
1 changed files with 3 additions and 1 deletions

View File

@ -1609,7 +1609,9 @@ input_csi_dispatch(struct input_ctx *ictx)
screen_set_cursor_style(s, n);
break;
case INPUT_CSI_XDA:
input_reply(ictx, "\033P>|tmux %s\033\\", getversion());
n = input_get(ictx, 0, 0, 0);
if (n != 0)
input_reply(ictx, "\033P>|tmux %s\033\\", getversion());
break;
}