From: sbkelley Date: Wed, 10 Jun 2026 18:57:26 +0000 (-0400) Subject: Fix $ATTR() description in dgamelaunch.conf X-Git-Tag: 1.6.1-roc-jun26-B~1 X-Git-Url: https://skyeroc.xyz/gitweb/?a=commitdiff_plain;h=302b8c95373170070cd731cbbc2c394e74da7dd7;p=dgamelaunch Fix $ATTR() description in dgamelaunch.conf A fourteen year-old error. I even fixed it in dgamelaunch.conf.orig --- diff --git a/examples/dgamelaunch.conf b/examples/dgamelaunch.conf index 00dca20..c409530 100644 --- a/examples/dgamelaunch.conf +++ b/examples/dgamelaunch.conf @@ -225,7 +225,7 @@ menu["mainmenu_user"] { # params can be either number (to set the text color), # one, or any of "b" (bold), "s" (standout), "u" (underline), # "r" (reverse) or "d" (dim), -# or both color number and attribute characters, separated by colon. +# or both color number and attribute characters, separated by semicolon. # Empty param resets color and attributes to default. bannerfile = "(:menudir:)/dgl_menu_main_user.txt" # after which cursor is moved to this location diff --git a/examples/dgamelaunch.conf.orig b/examples/dgamelaunch.conf.orig index 187d526..b545407 100644 --- a/examples/dgamelaunch.conf.orig +++ b/examples/dgamelaunch.conf.orig @@ -225,7 +225,7 @@ menu["mainmenu_user"] { # params can be either number (to set the text color), # one, or any of "b" (bold), "s" (standout), "u" (underline), # "r" (reverse) or "d" (dim), -# or both color number and attribute characters, separated by colon. +# or both color number and attribute characters, separated by semicolon. # Empty param resets color and attributes to default. bannerfile = "dgl_menu_main_user.txt" # after which cursor is moved to this location