progress_ttywidth
void progress_ttywidth(int);
progress_ttywidth(0);
(void)signal(SIGWINCH, progress_ttywidth);
signal(SIGWINCH, progress_ttywidth);