diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2019-09-30 17:08:59 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2019-09-30 17:08:59 -0700 |
| commit | 3fd603c607ec746c1f2347ee3c47ed37f5eff728 (patch) | |
| tree | 67be821482990614291a5b38e84c4a292a36a69f /bb.h | |
| parent | 10ea5c1eb01cc440b2d08d4de3dd144e540d470a (diff) | |
Fix for `pause` having both bold+faint text instead of just faint.
Diffstat (limited to 'bb.h')
| -rw-r--r-- | bb.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |
