mirror of
https://github.com/tmux/tmux.git
synced 2025-09-01 20:57:00 +00:00
Move struct options into options.c.
This commit is contained in:
@ -84,7 +84,7 @@ cmd_break_pane_exec(struct cmd *self, struct cmd_q *cmdq)
|
||||
layout_init(w, wp);
|
||||
|
||||
if (idx == -1)
|
||||
idx = -1 - options_get_number(&dst_s->options, "base-index");
|
||||
idx = -1 - options_get_number(dst_s->options, "base-index");
|
||||
wl = session_attach(dst_s, w, idx, &cause); /* can't fail */
|
||||
if (!args_has(self->args, 'd'))
|
||||
session_select(dst_s, wl->idx);
|
||||
|
Reference in New Issue
Block a user