MAX_COLS
if (display_width >= MAX_COLS)
display_width = MAX_COLS - 1;
char procstates_buffer[MAX_COLS];
char memory_buffer[MAX_COLS];
static char next_msg[MAX_COLS + 5];
static int display_width = MAX_COLS;
char fmt[MAX_COLS]; /* static area where result is built */
static char buf[MAX_COLS];
screen_width = MAX_COLS;