aboutsummaryrefslogtreecommitdiffstats
path: root/testing/vt.pl
blob: e67b5992d766ed859b915b0d0cd4b737653de021 (plain) (blame)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env perl

use strict;
use warnings;

use Term::VT102;

my $term = Term::VT102->new(cols => 80, rows => 24);