From e2b22d476ba00d4557b35f68bd45a6cdd18c4de5 Mon Sep 17 00:00:00 2001 From: terminalforlife Date: Tue, 3 Dec 2019 22:03:33 +0000 Subject: [PATCH] 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. --- sheets/xev | 1 - 1 file changed, 1 deletion(-) diff --git a/sheets/xev b/sheets/xev index ad7fcdb..f9b9fa3 100644 --- a/sheets/xev +++ b/sheets/xev @@ -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)