summaryrefslogtreecommitdiffstats
path: root/input.c
diff options
context:
space:
mode:
authornicm <nicm>2018-04-06 09:09:38 +0000
committernicm <nicm>2018-04-06 09:09:38 +0000
commit5d616f4c729d295f85c35696dd31975bbf670566 (patch)
tree7870d477359d4abe0d87d97e95fb96c72390225d /input.c
parent803b8815bd7a61fb050f4dde83f0f3446e045c09 (diff)
Fix link, from Eliran Gonen.
Diffstat (limited to 'input.c')
-rw-r--r--input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/input.c b/input.c
index b53c39f6..bdfb5a7d 100644
--- a/input.c
+++ b/input.c
@@ -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:
*