From 3fd603c607ec746c1f2347ee3c47ed37f5eff728 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 30 Sep 2019 17:08:59 -0700 Subject: [PATCH] Fix for `pause` having both bold+faint text instead of just faint. --- bb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"