aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2019-09-30 17:08:59 -0700
committerBruce Hill <bruce@bruce-hill.com>2019-09-30 17:08:59 -0700
commit3fd603c607ec746c1f2347ee3c47ed37f5eff728 (patch)
tree67be821482990614291a5b38e84c4a292a36a69f
parent10ea5c1eb01cc440b2d08d4de3dd144e540d470a (diff)
Fix for `pause` having both bold+faint text instead of just faint.
-rw-r--r--bb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bb.h b/bb.h
index d702ad0..4c98266 100644
--- a/bb.h
+++ b/bb.h
@@ -264,7 +264,7 @@ CONFIRM ";\n"
#ifdef PAUSE
PAUSE ";\n"
#else
-" ask1 REPLY \"\033[2mPress any key to continue...\033[0m\";"
+" ask1 REPLY \"\033[0;2mPress any key to continue...\033[0m\";"
#endif
"}\n"
"pick() {\n"