summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@cvs.openbsd.org>2018-04-06 09:09:39 +0000
committerNicholas Marriott <nicm@cvs.openbsd.org>2018-04-06 09:09:39 +0000
commit56e64f58f49df5993b07bf265753791ff4a9c178 (patch)
treeb8339492e681e89167679671fbc4572db7ad1e37
parent90cef36ab793af5b5342d30a7d575aa7aee83526 (diff)
Fix link, from Eliran Gonen.
-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:
*