Fix some more sleep lock stuff

This commit is contained in:
2026-02-18 20:08:52 -08:00
parent df69a5b1ea
commit 12741f4f7a
3 changed files with 17 additions and 8 deletions

View File

@ -43,6 +43,8 @@
maximize (length (cdr lock)) into second-col-len
finally
(progn
(setq first-col-len (max first-col-len (length "Length"))
second-col-len (max second-col-len (length "Until")))
(insert (string-pad "Length" first-col-len) " Until\n")
(insert (make-string (+ first-col-len 2 second-col-len) ?-) "\n")
(dolist (lock locks)