Re: xterm color support

2004-01-23 Thread Robin
On Saturday, January 24, 2004, at 12:18 am, Wiggins d Anconia wrote: >---snip--< as we seem to be adding nothing to the discussion I suggest we take this off list Robin

Re: xterm color support

2004-01-23 Thread Wiggins d Anconia
> > On Saturday, January 24, 2004, at 12:18 am, Wiggins d Anconia wrote: > > Readability? Why use a module for anything? > It's not exactly rocket science to understand the escapes and > seriously, using a print for each and every escape code format ? > Expensive much? And what about situati

Re: xterm color support

2004-01-23 Thread Robin
On Saturday, January 24, 2004, at 12:18 am, Wiggins d Anconia wrote: Readability? Why use a module for anything? It's not exactly rocket science to understand the escapes and seriously, using a print for each and every escape code format ? Expensive much? And what about situations where you can

Re: xterm color support

2004-01-23 Thread Wiggins d Anconia
> Oddly enough I was just looking into ANSI escapes for the mud I was > banging on about in another thread and came to the conclusion "Why use > a module when you can just pepper your text with ANSI escape codes?" : > Readability? Why use a module for anything? > > Note the implmentation of

Re: xterm color support

2004-01-23 Thread Robin
Oddly enough I was just looking into ANSI escapes for the mud I was banging on about in another thread and came to the conclusion "Why use a module when you can just pepper your text with ANSI escape codes?" : ANSI Color Codes in brief: 0to restore default color 1

Re: xterm color support

2004-01-18 Thread Paul McCann
Hi Gohaku, you wrote... > I have a question about the following script: > use Term::ANSIColor; > print color("red on_white"), "Danger, Will Robinson!\n"; > print color("red on_white"), "Danger, Will Robinson!\n"; > print color("red on_white"), "Danger, Will Robinson!\n"; > print color("res