Thanks for all the great suggestions on how to do the encoding differently -- how about ideas on the input line length being truncated?
;-) Andreas Schwab wrote:
Dennis Williamson <dennistwilliam...@gmail.com> writes:_CRed='\[\033[31m\]' #Red _CRST='\[\033[0m\]' #Reset _CBLD='\[\033[1m\]' #Bold_CRed="\\[$(tput setaf 1)\\]" _CRST="\\[$(tput sgr0)\\]" _CBLD="\\[$(tput bold)\\]" Andreas.