=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/input.c,v retrieving revision 1.132 retrieving revision 1.133 diff -c -r1.132 -r1.133 *** src/usr.bin/tmux/input.c 2018/03/05 12:32:28 1.132 --- src/usr.bin/tmux/input.c 2018/04/06 09:09:38 1.133 *************** *** 1,4 **** ! /* $OpenBSD: input.c,v 1.132 2018/03/05 12:32:28 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: input.c,v 1.133 2018/04/06 09:09:38 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 30,36 **** /* * Based on the description by Paul Williams at: * ! * http://vt100.net/emu/dec_ansi_parser * * With the following changes: * --- 30,36 ---- /* * Based on the description by Paul Williams at: * ! * https://vt100.net/emu/dec_ansi_parser * * With the following changes: *