K 10 svn:author V 2 ed K 8 svn:date V 27 2008-11-01T13:40:46.361477Z K 7 svn:log V 377 Clamp the values of t_column to 5 digits in `pstat -t' and `show all ttys'. We often run into these very high column numbers when we run curses applications, because they don't print any newlines. This messes up the table output of `pstat -t'. If these numbers get really high, they aren't of any use to the reader anyway. Convert them to `99999' when they run out of bounds. END