diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2014-05-09 19:56:42 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2014-05-09 19:56:42 +0000 |
commit | 0abff89ae011fd09403930fb14063b72ba40603a (patch) | |
tree | 937640dd5f74bcda37512cb4c26e6a80b3150eab /app/xterm/vttests/dynamic.pl | |
parent | a85e097bc006d743f42b66432c5c01c546f4535d (diff) |
Update to xterm 304. With help of shadchin@
tested by ajacoutot@ and shadchin@
Diffstat (limited to 'app/xterm/vttests/dynamic.pl')
-rw-r--r-- | app/xterm/vttests/dynamic.pl | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/app/xterm/vttests/dynamic.pl b/app/xterm/vttests/dynamic.pl index a7f4d5733..5932abf49 100644 --- a/app/xterm/vttests/dynamic.pl +++ b/app/xterm/vttests/dynamic.pl @@ -1,9 +1,9 @@ -#!/usr/bin/perl -w -# $XTermId: dynamic.pl,v 1.2 2011/07/05 09:32:53 tom Exp $ +#!/usr/bin/env perl +# $XTermId: dynamic.pl,v 1.3 2014/02/26 20:17:07 tom Exp $ # ----------------------------------------------------------------------------- # this file is part of xterm # -# Copyright 2011 by Thomas E. Dickey +# Copyright 2011,2014 by Thomas E. Dickey # # All Rights Reserved # @@ -35,6 +35,7 @@ # The programs xtermcontrol and xtermset provide more options. use strict; +use warnings; use Getopt::Std; use IO::Handle; |