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

Re: FWD: Debian Swirl ascii-art



On Tue, Jul 10, 2001 at 05:31:43PM +0900, Tomohiro KUBOTA wrote:
> Hi,
> 
> At Tue, 10 Jul 2001 04:12:21 -0400,
> Brent Verner <brent@rcfile.org> wrote:
> 
[snip]
> > #!/bin/sh
> > 
> > echo -e "        _,met\$\$\$\$\$gg."
> 
> "echo -e" supports "\e" or "\023" for escape code.
> We don't need to make efforts to input raw escape code.
> 
> (On the other hand, we don't need "-e" option for "echo"
> if we can input raw escape sequence.)
> 
To make it really portable use tput.  That way you can get some
kind of emphasis on most terminals without annoying the users of
vt420 terminals (like me) or other exotic terminals.

Cheers
Martin

-- 
"Nuclear war can ruin your whole compile."
		-- Karl Lehenbauer

Attachment: pgpJKLp0iPyyQ.pgp
Description: PGP signature


Reply to: