Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do I make text blinking, underlined, and so forth?

blinking Forth text underlined
0
Posted

How do I make text blinking, underlined, and so forth?

0

To put things like {bell} or {escape} into a text string one must use a special symbol definition syntax. Note that the symbol must not have been previously defined or this will NOT work. $ bell[0,7]=7 $ esc[0,7]=27 $ write sys$output “”esc'[5mblinking”esc'[m and beeping ”bell'” The list of escape codes for various terminals is in SYS$SYSTEM:SMGTERMS.TXT, where {$} is used for {escape}. Note that the user’s terminal must understand VT type escape codes to respond properly. You can and should check this before sending these codes to a terminal (and NEVER to a batch job).

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.