|
|
|
|
@ -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)))))))
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|