Created
June 24, 2016 06:20
-
-
Save uraimo/d65ed8856adb0b2b907cd574559ff1ea to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import Glibc | |
var sz = winsize() | |
let res = ioctl(0, UInt(TIOCGWINSZ),&sz) | |
print("Screen width: ", sz.ws_col, "Screen height: " ,sz.ws_row) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment