From: sbkelley Date: Wed, 10 Jun 2026 18:13:22 +0000 (-0400) Subject: Experimentally, add "(f)lash"/A_BLINK attribute for $ATTR() X-Git-Tag: 1.6.1-roc-jun26-B-dev~2 X-Git-Url: https://skyeroc.xyz/gitweb/?a=commitdiff_plain;h=d701a318d4eeff6644e7591b8722c8ea03953456;p=dgamelaunch Experimentally, add "(f)lash"/A_BLINK attribute for $ATTR() --- diff --git a/dgamelaunch.c b/dgamelaunch.c index 69ccd1b..02961a7 100644 --- a/dgamelaunch.c +++ b/dgamelaunch.c @@ -718,6 +718,9 @@ void drawbanner(struct dg_banner *ban) case 'd': attr |= A_DIM; break; + case 'f': + attr |= A_BLINK; + break; } } else