diff options
author | Thomas Adam <thomas@xteddy.org> | 2016-11-16 02:01:11 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2016-11-16 02:01:11 +0000 |
commit | 12c49fa3bd3add65039fe8850b9490b366ccdc43 (patch) | |
tree | 294c6b8ade2bf967aebcc93a4981c1ca3e570bef /cmd-select-pane.c | |
parent | 1afe9e98de5455f75b2753b26069c8d55bd22c81 (diff) | |
parent | e88b74350fba9e35307f35a8645b23e3cde9200a (diff) | |
download | rtmux-12c49fa3bd3add65039fe8850b9490b366ccdc43.tar.gz rtmux-12c49fa3bd3add65039fe8850b9490b366ccdc43.tar.bz2 rtmux-12c49fa3bd3add65039fe8850b9490b366ccdc43.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'cmd-select-pane.c')
-rw-r--r-- | cmd-select-pane.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd-select-pane.c b/cmd-select-pane.c index c0374fa7..6ef83473 100644 --- a/cmd-select-pane.c +++ b/cmd-select-pane.c @@ -63,7 +63,6 @@ cmd_select_pane_exec(struct cmd *self, struct cmdq_item *item) const char *style; if (self->entry == &cmd_last_pane_entry || args_has(args, 'l')) { - if (wl->window->last == NULL) { cmdq_error(item, "no last pane"); return (CMD_RETURN_ERROR); |