compensate for known terminal aspect ratio
authorMischa POSLAWSKY <perl@shiar.org>
Fri, 14 Feb 2020 23:24:29 +0000 (00:24 +0100)
committerMischa POSLAWSKY <perl@shiar.org>
Fri, 14 Feb 2020 23:24:29 +0000 (00:24 +0100)
Instead of assuming oldschool/high fonts, calculate from window resolution
and characters, supported by many terminals (at least urxvt, xterm, mlterm,
stterm, putty).

Depend on Term::ReadKey instead of calling a linux-specific ioctl, since
it's commonly installed already and obviously better for compatibility.


No differences found