diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2021-01-10 09:23:59 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2021-01-10 09:23:59 +0000 |
commit | 793284fa154c5f1100f9431b673b1689a8ca83a2 (patch) | |
tree | e1118c1586e4ce9b736b474a2a392050f03d41f8 /app/xterm/vttests/mouse-codes | |
parent | 2dae493626101232d21cb68033d2abe927cdc88b (diff) |
Update to xterm 363. tested by jsg@ and others on tech@.
Diffstat (limited to 'app/xterm/vttests/mouse-codes')
-rw-r--r-- | app/xterm/vttests/mouse-codes | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app/xterm/vttests/mouse-codes b/app/xterm/vttests/mouse-codes index 2a8dcb36d..bdcb6141d 100644 --- a/app/xterm/vttests/mouse-codes +++ b/app/xterm/vttests/mouse-codes @@ -1,9 +1,9 @@ #!/usr/bin/env perl -# $XTermId: mouse-codes,v 1.6 2019/01/04 00:49:41 tom Exp $ +# $XTermId: mouse-codes,v 1.7 2020/12/13 15:07:02 tom Exp $ # ----------------------------------------------------------------------------- # this file is part of xterm # -# Copyright 2018,2019 by Thomas E. Dickey +# Copyright 2018-2019,2020 by Thomas E. Dickey # # All Rights Reserved # @@ -35,7 +35,6 @@ # event state) versus output (xterm mouse-code). use strict; use warnings; -use diagnostics; use Getopt::Std; |