aboutsummaryrefslogtreecommitdiffstats
path: root/testing/vt.pl
diff options
context:
space:
mode:
Diffstat (limited to 'testing/vt.pl')
-rwxr-xr-xtesting/vt.pl9
1 files changed, 9 insertions, 0 deletions
diff --git a/testing/vt.pl b/testing/vt.pl
new file mode 100755
index 0000000..e67b599
--- /dev/null
+++ b/testing/vt.pl
@@ -0,0 +1,9 @@
+#!/usr/bin/env perl
+
+use strict;
+use warnings;
+
+use Term::VT102;
+
+my $term = Term::VT102->new(cols => 80, rows => 24);
+