summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2022-10-19 23:03:58 -0400
committerAndrew Cady <d@jerkface.net>2022-10-19 23:03:58 -0400
commit32493c3e8c3b1f1aef94293f6c71f745c187e947 (patch)
treed527dee2fe68cf7e0f036cc3b0136867f6e79b76
parentde2c9d7eab9be16b22983a3e027773b9ff559bbc (diff)
label amrap sets with +
-rwxr-xr-xrepgoal.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/repgoal.hs b/repgoal.hs
index 2aeceb6..431c928 100755
--- a/repgoal.hs
+++ b/repgoal.hs
@@ -130,7 +130,7 @@ drawUI (St lifts) = [vCenter $ vBox [hCenter oneRepMaxTable, hCenter lastSetTabl
130 [ 130 [
131 txt $ (if week == 1 then liftName else " "), 131 txt $ (if week == 1 then liftName else " "),
132 str $ show week, 132 str $ show week,
133 str $ printf "%2d @ %d" targetReps targetWeight, 133 str $ printf "%2d+ @ %d" targetReps targetWeight,
134 str $ showGoal repGoal, 134 str $ showGoal repGoal,
135 str $ showGoal (repGoal + 1) 135 str $ showGoal (repGoal + 1)
136 ] 136 ]