Fix for pause having both bold+faint text instead of just faint.

This commit is contained in:
Bruce Hill 2019-09-30 17:08:59 -07:00
parent 10ea5c1eb0
commit 3fd603c607

2
bb.h
View File

@ -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"