I\'ve been looking for a way to get the terminal width from within my C program. What I keep coming up with is something along the lines of:
#include
If you have ncurses installed and are using it, you can use getmaxyx() to find the dimensions of the terminal.
getmaxyx()