mirror of
https://github.com/tmux/tmux.git
synced 2025-03-29 10:18:49 +00:00
Remove some unnecessary blank lines.
This commit is contained in:
parent
90dd474c3e
commit
c76b28de24
@ -94,7 +94,6 @@ cmd_new_window_exec(struct cmd *self, struct cmdq_item *item)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
before = args_has(args, 'b');
|
before = args_has(args, 'b');
|
||||||
if (args_has(args, 'a') || before) {
|
if (args_has(args, 'a') || before) {
|
||||||
idx = winlink_shuffle_up(s, wl, before);
|
idx = winlink_shuffle_up(s, wl, before);
|
||||||
|
@ -309,7 +309,6 @@ server_client_attached_lost(struct client *c)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Set client session. */
|
/* Set client session. */
|
||||||
void
|
void
|
||||||
server_client_set_session(struct client *c, struct session *s)
|
server_client_set_session(struct client *c, struct session *s)
|
||||||
@ -1554,7 +1553,6 @@ server_client_check_pane_resize(struct window_pane *wp)
|
|||||||
evtimer_add(&wp->resize_timer, &tv);
|
evtimer_add(&wp->resize_timer, &tv);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Check pane buffer size. */
|
/* Check pane buffer size. */
|
||||||
static void
|
static void
|
||||||
server_client_check_pane_buffer(struct window_pane *wp)
|
server_client_check_pane_buffer(struct window_pane *wp)
|
||||||
|
@ -1885,7 +1885,6 @@ window_copy_cmd_select_word(struct window_copy_cmd_state *cs)
|
|||||||
struct window_copy_mode_data *data = wme->data;
|
struct window_copy_mode_data *data = wme->data;
|
||||||
u_int px, py, nextx, nexty;
|
u_int px, py, nextx, nexty;
|
||||||
|
|
||||||
|
|
||||||
data->lineflag = LINE_SEL_LEFT_RIGHT;
|
data->lineflag = LINE_SEL_LEFT_RIGHT;
|
||||||
data->rectflag = 0;
|
data->rectflag = 0;
|
||||||
data->selflag = SEL_WORD;
|
data->selflag = SEL_WORD;
|
||||||
|
Loading…
Reference in New Issue
Block a user