mirror of
https://github.com/tmux/tmux.git
synced 2025-12-18 00:02:54 -05:00
consistently use tabs for indentation
found with smatch, ok nicm@
This commit is contained in:
parent
3051076dd1
commit
c1667bd85e
@ -567,8 +567,8 @@ window_copy_vadd(struct window_pane *wp, int parse, const char *fmt, va_list ap)
|
|||||||
vasprintf(&text, fmt, ap);
|
vasprintf(&text, fmt, ap);
|
||||||
input_parse_screen(data->ictx, backing, window_copy_init_ctx_cb,
|
input_parse_screen(data->ictx, backing, window_copy_init_ctx_cb,
|
||||||
data, text, strlen(text));
|
data, text, strlen(text));
|
||||||
free(text);
|
free(text);
|
||||||
} else {
|
} else {
|
||||||
memcpy(&gc, &grid_default_cell, sizeof gc);
|
memcpy(&gc, &grid_default_cell, sizeof gc);
|
||||||
screen_write_vnputs(&backing_ctx, 0, &gc, fmt, ap);
|
screen_write_vnputs(&backing_ctx, 0, &gc, fmt, ap);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user