Skip to content

Instantly share code, notes, and snippets.

@uraimo
Created June 24, 2016 06:20
Show Gist options
  • Save uraimo/d65ed8856adb0b2b907cd574559ff1ea to your computer and use it in GitHub Desktop.
Save uraimo/d65ed8856adb0b2b907cd574559ff1ea to your computer and use it in GitHub Desktop.
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