bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: how to workaroun 'nl' being added to input-line after 49 characters.


From: Linda Walsh
Subject: Re: how to workaroun 'nl' being added to input-line after 49 characters....
Date: Sun, 13 Feb 2011 16:32:16 -0800
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.24) Thunderbird/2.0.0.24 Mnenhy/0.7.6.666

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 <dennistwilliamson@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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]