about summary refs log tree commit diff stats
path: root/log.lua
diff options
context:
space:
mode:
Diffstat (limited to 'log.lua')
-rw-r--r--log.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/log.lua b/log.lua
index f59449c..6bbd0c4 100644
--- a/log.lua
+++ b/log.lua
@@ -31,4 +31,7 @@ function log_new(name, stack_frame_index)
 	log_start(name, stack_frame_index)
 end
 
+-- rendering graphical objects within sections/boxes
+log_render = {}
+
 -- vim:noexpandtab