mirror of
https://github.com/tmux/tmux.git
synced 2025-11-03 00:06:07 +00:00
Add CMD_AFTERHOOK flag to the easy commands that don't need any special handling.
This commit is contained in:
@@ -41,7 +41,7 @@ const struct cmd_entry cmd_resize_pane_entry = {
|
||||
|
||||
.tflag = CMD_PANE,
|
||||
|
||||
.flags = 0,
|
||||
.flags = CMD_AFTERHOOK,
|
||||
.exec = cmd_resize_pane_exec
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user