Skip to content

use `TIOCGWINSZ` directly from `libc`

Michael Aaron Murphy requested to merge nivkner:size_matters into master

Created by: nivkner

libc already defines this constant for more platforms than termion.

I verified that with this liner works on android. Otherwise it gets not a typewriter (os error 25).

Merge request reports