Address empty line issue mentioned in #83 PR

Had to remove the empty line else it would mess with the search
feature. I didn't realise these sheets are parsed.
pull/88/head
terminalforlife 5 years ago
parent 09e06fc821
commit e2b22d476b

@ -7,7 +7,6 @@ awk '
/^KeyPress/ {
A[NR+2]
}
NR in A {
B=substr($7, 0, length($7) - 2)
printf("%3d %s\n", $4, B)

Loading…
Cancel
Save