Fix parsing of DA with only one argument in the response and add 65 for VT520.

This commit is contained in:
nicm
2019-11-14 15:37:19 +00:00
parent 2dbf062a89
commit 16b7719418
3 changed files with 16 additions and 3 deletions

View File

@ -37,7 +37,7 @@ const struct cmd_entry cmd_kill_pane_entry = {
.target = { 't', CMD_FIND_PANE, 0 },
.flags = 0,
.flags = CMD_AFTERHOOK,
.exec = cmd_kill_pane_exec
};