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)
commit58ef2fa9c88f4bac0589cd85e580b92ec069e397
tree7e228e1759fe5c18e8e0b9b94e95291e21a180ce
parent10db3aab85650b4732a491621e99d487200931de
compensate for known terminal aspect ratio

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.
termimg