Euphoria Ticket #1006: 8.48.1.3 text_color BLINKING doesn't work on Unix

include std/graphics.e -- for text_color() 
include std/console.e -- for display() 
 
text_color(BRIGHT_BLUE) 
display("Hello") 
 
text_color(RED+BLINKING) -- no blink on Unix 
display("World") 
 

Details

Type: Task Severity: Minor Category: Documentation
Assigned To: euphoric Status: Won't Fix Reported Release:
Fixed in SVN #: View VCS: none Milestone: 4.1.0

1. Comment by ChrisB Nov 27, 2022

No, it doesn't - have to accept this I think. Even using ncurses in C is patchy to get blinking characters.

Search



Quick Links

User menu

Not signed in.

Misc Menu