mirror of
https://github.com/tmux/tmux.git
synced 2025-04-01 21:41:44 +00:00
Spacing tweaks.
This commit is contained in:
parent
5f32b7d961
commit
caa8703a23
2
format.c
2
format.c
@ -3626,7 +3626,7 @@ format_build_modifiers(struct format_expand_state *es, const char **s,
|
|||||||
break;
|
break;
|
||||||
cp++;
|
cp++;
|
||||||
|
|
||||||
argv = xreallocarray (argv, argc + 1, sizeof *argv);
|
argv = xreallocarray(argv, argc + 1, sizeof *argv);
|
||||||
value = xstrndup(cp, end - cp);
|
value = xstrndup(cp, end - cp);
|
||||||
argv[argc++] = format_expand1(es, value);
|
argv[argc++] = format_expand1(es, value);
|
||||||
free(value);
|
free(value);
|
||||||
|
@ -2841,6 +2841,7 @@ window_copy_command(struct window_mode_entry *wme, struct client *c,
|
|||||||
if (count == 0)
|
if (count == 0)
|
||||||
return;
|
return;
|
||||||
command = args_string(args, 0);
|
command = args_string(args, 0);
|
||||||
|
|
||||||
if (m != NULL && m->valid && !MOUSE_WHEEL(m->b))
|
if (m != NULL && m->valid && !MOUSE_WHEEL(m->b))
|
||||||
window_copy_move_mouse(m);
|
window_copy_move_mouse(m);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user