[functional-tests] add more padding to the .....'s

This commit is contained in:
Joe Thornber 2017-12-15 11:29:39 +00:00
parent 2614078188
commit 8d26c3729f

View File

@ -92,7 +92,7 @@
(fmt #t
(cat (fmt-keys prev-keys keys)
(dsp #\space)
(pad-char #\. (space-to 38))
(pad-char #\. (space-to 60))
(dsp #\space)))
(flush)
(fmt #t (cat (fn keys) nl))