about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--log.lua3
-rw-r--r--source.lua1
2 files changed, 3 insertions, 1 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
diff --git a/source.lua b/source.lua
index baecdd1..e4e8ec0 100644
--- a/source.lua
+++ b/source.lua
@@ -1,5 +1,4 @@
 source = {}
-log_render = {}
 
 Editor_state = {}