diff options
Diffstat (limited to 'wildsea_roll')
-rwxr-xr-x | wildsea_roll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wildsea_roll b/wildsea_roll index abacd29..40113e7 100755 --- a/wildsea_roll +++ b/wildsea_roll @@ -9,7 +9,7 @@ module Term module_function :sgr RESET = sgr(0) - BOLD = sgr(1, 97) + BOLD = sgr(1) RED = sgr(31) GREEN = sgr(32) YELLOW = sgr(33) |