summaryrefslogtreecommitdiff
path: root/typr.sh
diff options
context:
space:
mode:
Diffstat (limited to 'typr.sh')
-rwxr-xr-xtypr.sh8
1 files changed, 7 insertions, 1 deletions
diff --git a/typr.sh b/typr.sh
index 24bcf86..75003be 100755
--- a/typr.sh
+++ b/typr.sh
@@ -104,7 +104,13 @@ typr_show_results () {
wpm="$((time_ns*words/60000000000))"
acc="100%"
- printf "[%s;${areax}H%s" "${areay}" "wpm" "$((areay+1))" "$wpm" "$((areay+2))" "acc" "$((areay+3))"
+ printf "[%s;${areax}H%s" \
+ "${areay}" "wpm" \
+ "$((areay+1))" "$wpm" \
+ "$((areay+2))" "acc" \
+ "$((areay+3))" "$acc" \
+ "$((areay+4))" "time" \
+ "$((areay+5))" "$(typr_get_time)"
}
typr_generate_text () {