summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2019-11-26 00:01:25 +0000
committerThomas Adam <thomas@xteddy.org>2019-11-26 00:01:25 +0000
commitf378a0b24d115310e7325c8eb82f5acd6182467f (patch)
treeb396eba9e51bc681038f1c07c88e48c7bfb2a706
parenteaf526b1eae72041e88a85c3e889df975eaeed56 (diff)
parent58f870ef6ec4b9dfb5646cf4eafabaac6ea125bc (diff)
Merge branch 'obsd-master'
-rw-r--r--window-copy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/window-copy.c b/window-copy.c
index 8b03cfcf..16708d04 100644
--- a/window-copy.c
+++ b/window-copy.c
@@ -1978,7 +1978,7 @@ window_copy_command(struct window_mode_entry *wme, struct client *c,
enum window_copy_cmd_action action;
const char *command;
u_int i;
- int ismotion, keys;
+ int ismotion = 0, keys;
if (args->argc == 0)
return;