from my GO program, I print out long lines on the command line and gnome-terminal wraps those lines. What is the right way to read the width of the terminal settings. In linux there is "stty -a" but I'd rather use something built into GO and that is cross platform that will work on the macos and windows terminals.