|
linux C syscall to get number of columns of current terminal?
I've been trying to search for a way to get the number of columns of the current terminal in my C program but I can't seem to find a c function that would get me the number of columns. Does anyone know of a built in c function that would get me the number of columns in the current terminal window?
|