Spacing tweaks.

pull/2851/head
nicm 2021-08-20 20:04:22 +00:00
parent 5f32b7d961
commit caa8703a23
2 changed files with 2 additions and 1 deletions

View File

@ -3626,7 +3626,7 @@ format_build_modifiers(struct format_expand_state *es, const char **s,
break;
cp++;
argv = xreallocarray (argv, argc + 1, sizeof *argv);
argv = xreallocarray(argv, argc + 1, sizeof *argv);
value = xstrndup(cp, end - cp);
argv[argc++] = format_expand1(es, value);
free(value);

View File

@ -2841,6 +2841,7 @@ window_copy_command(struct window_mode_entry *wme, struct client *c,
if (count == 0)
return;
command = args_string(args, 0);
if (m != NULL && m->valid && !MOUSE_WHEEL(m->b))
window_copy_move_mouse(m);