Skip to content
  • Jonas Termansen's avatar
    Added tcgetwinsize(2) for determining terminal resolution. · 143120d1
    Jonas Termansen authored
    Unfortunately this area is not standardized by POSIX. Linux uses an ioctl
    which is not that bad, but I'd like to have a designated function. I'm not
    sure if this facility is powerful enough and whether it should be improved.
    Also note that I use a struct winsize as on Linux, but I use size_ts instead
    for the heck of it. Perhaps I should use another name for the struct.
    143120d1