Skip to content
Snippets Groups Projects
Commit 64f260dd authored by rswindell's avatar rswindell
Browse files

sbbs_t::outcom() now retries (1000 times with 80ms delays) if the transmit

buffer if full. So now everything that uses outcom (including JS
console.write) now includes a retry. The lower-level non-retry outcom()
was renamed _outcom() (and is used by outcom).
Added new Ctrl-A code: Ctrl-AF - enables the blink attribute, but only
if/when a blink font was activated in the terminal. Lower-case 'f' refers
to the normal-intensity blink-font. Uppercase 'F' refers to the high
intensity blink-font. This allows you to mix fonts in text/menu files
and not have annoying blinking text in non-supporting terminals. This is
the first Ctrl-A code to be case-sensitive.
parent c7ca34ae
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment