From 8fc1fa9e55d2a0d906e44b67a587d753d74f0bef Mon Sep 17 00:00:00 2001 From: Brady McDonough Date: Sat, 5 Aug 2023 12:44:43 -0600 Subject: [PATCH] TODO update, BUG cleared --- tacc.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tacc.el b/tacc.el index 79fa307..1334860 100644 --- a/tacc.el +++ b/tacc.el @@ -50,7 +50,9 @@ ;;; Code: ;; TODOS: Buffer kill hook not triggered on exit? -;; +;; Split buffer update into clock and graph sections +;; - As it is, pausing the timer can't draw a full buffer and ends up +;; erasing the previous time graph ;; ;; ERROR: timer shutdown seems to leave things in a wrong state and buffer doesn't die properly ;; Check on the logic of push-current, needs predicates rather than lazy if conditions @@ -540,7 +542,7 @@ registered" sym-name) (set-marker .graph-end (point-max)) (tacc-insert-between .graph-start .graph-end - "Tag: \n" + " Tag: \n" (tacc-graph-bar-render width 0.0 0.0 1.0)))))))