Skip to content

Commit

Permalink
added audible terminal bel sound for alarm
Browse files Browse the repository at this point in the history
  • Loading branch information
travgm committed Nov 14, 2024
1 parent f0eb635 commit 31bf702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/PrettyPrinter.hs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ formatTime status state = case (status, state) of
(Error err, _) ->
"Decimal time: " <> T.pack err
(AlarmReached _, Right s) ->
baseTimeText s <> " ALARM!"
baseTimeText s <> " ALARM!\BEL"
(Normal, Right s) ->
baseTimeText s
(_, _) ->
Expand Down

0 comments on commit 31bf702

Please sign in to comment.