diff options
author | Thomas Voss <mail@thomasvoss.com> | 2025-07-13 13:14:37 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2025-07-13 13:14:37 +0200 |
commit | 82b0088757ab125ba694bf66a6025512d6bace9a (patch) | |
tree | 8b9c4d31c3546a4ed8fae0d84c0ff87948e443fe /scripts/getcls.awk | |
parent | dab3319e3d26eb0ec506dffcf6e168f83bda3040 (diff) |
Change keys
Diffstat (limited to 'scripts/getcls.awk')
-rw-r--r-- | scripts/getcls.awk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/getcls.awk b/scripts/getcls.awk index 90288f8..fd18e37 100644 --- a/scripts/getcls.awk +++ b/scripts/getcls.awk @@ -11,9 +11,9 @@ function getcls(c) return "have-nifc" case "@": return "have-proof" - case "g": + case "^": return "getting" - case "G": + case "%": return "getting-nifc" case "+": return "getting-proof" |