summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/input.c
diff options
context:
space:
mode:
authornicm <nicm@openbsd.org>2018-04-06 09:09:38 +0000
committernicm <nicm@openbsd.org>2018-04-06 09:09:38 +0000
commit8f448421c2d9f35d772da5dd324edc2fb27d565c (patch)
treeca706f08b2d702516a777e61f4b09eb7fe1c727c /usr.bin/tmux/input.c
parentpoison for X509_VERIFY_PARAM's (diff)
downloadwireguard-openbsd-8f448421c2d9f35d772da5dd324edc2fb27d565c.tar.xz
wireguard-openbsd-8f448421c2d9f35d772da5dd324edc2fb27d565c.zip
Fix link, from Eliran Gonen.
Diffstat (limited to 'usr.bin/tmux/input.c')
-rw-r--r--usr.bin/tmux/input.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tmux/input.c b/usr.bin/tmux/input.c
index 2f9ef77e15b..1633848dbab 100644
--- a/usr.bin/tmux/input.c
+++ b/usr.bin/tmux/input.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: input.c,v 1.132 2018/03/05 12:32:28 nicm Exp $ */
+/* $OpenBSD: input.c,v 1.133 2018/04/06 09:09:38 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com>
@@ -30,7 +30,7 @@
/*
* Based on the description by Paul Williams at:
*
- * http://vt100.net/emu/dec_ansi_parser
+ * https://vt100.net/emu/dec_ansi_parser
*
* With the following changes:
*