John M. Dlugosz has asked for the wisdom of the Perl Monks concerning the following question:
Well, I added some concept code to my tie class so I can say
I'm using a simple control char for each command. In my application, a small number of distinct colors are needed (normal, error, warning, etc.). But to make it general, how should I design it? Maybe embedded strings to indicate any named tag for the widget?print "Normal, ok, now $EFFECT marked, and $NORMAL back to normal,\n" +;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Proof of concept: color tty window in Tk
by traveler (Parson) on Dec 12, 2002 at 23:35 UTC | |
by John M. Dlugosz (Monsignor) on Dec 13, 2002 at 15:45 UTC | |
by traveler (Parson) on Dec 13, 2002 at 16:23 UTC | |
by John M. Dlugosz (Monsignor) on Dec 13, 2002 at 16:27 UTC | |
by traveler (Parson) on Dec 13, 2002 at 16:38 UTC | |
|