From: Kenneth McDonald Date: 2008-09-26T07:33:33+09:00 Subject: How to get terminal dimensions without using curses or ncurses? I'd like to be able to print to terminal and do some reasonable formatting, without going to the trouble of learning curses. I simply need to know the dimensions of the terminal, but that info doesn't appear to be available in the ENV variables (which is what I'd expected.) Is there a way to get this info? Thanks, Ken