]> skyeroc.xyz Git - dgamelaunch/commitdiff
Experimentally, add "(f)lash"/A_BLINK attribute for $ATTR()
authorsbkelley <sb24kelley@gmail.com>
Wed, 10 Jun 2026 18:13:22 +0000 (14:13 -0400)
committersbkelley <sb24kelley@gmail.com>
Mon, 15 Jun 2026 22:55:29 +0000 (18:55 -0400)
dgamelaunch.c

index 69ccd1bad3590c07be93ea715d9fe905087894b3..02961a7f26b5b70ebcfb0d37159f76cdd6126cb4 100644 (file)
@@ -718,6 +718,9 @@ void drawbanner(struct dg_banner *ban)
               case 'd':
                 attr |= A_DIM;
                 break;
+              case 'f':
+                attr |= A_BLINK;
+                break;
               }
             }
             else