1. text_color and blinking
--
Does text_color() in Linux support the BLINKING mode ?
Bernie
2. Re: text_color and blinking
- Posted by Robert Craig <rds at ATTCANADA.NET>
Oct 25, 2000
-
Last edited Oct 26, 2000
Bernie writes:
> Does text_color() in Linux support the BLINKING mode ?
No, but I'll see if I can support it for the next Linux release.
ncurses seems to have an attribute for that.
Regards,
Rob Craig
Rapid Deployment Software
http://www.RapidEuphoria.com
3. Re: text_color and blinking
- Posted by Bernie <xotron at PCOM.NET>
Oct 25, 2000
-
Last edited Oct 26, 2000
On Wed, 25 Oct 2000 20:29:19 -0400, Robert Craig <rds at ATTCANADA.NET> wrote:
>No, but I'll see if I can support it for the next Linux release.
>ncurses seems to have an attribute for that.
Thanks Rob
Bernie