mirror of
https://github.com/tmux/tmux.git
synced 2025-09-01 20:57:00 +00:00
Fix parsing of DA with only one argument in the response and add 65 for VT520.
This commit is contained in:
@ -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
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user