about summary refs log tree commit diff stats
path: root/run.lua
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2023-04-03 08:33:07 -0700
committerKartik K. Agaram <vc@akkartik.com>2023-04-03 08:33:07 -0700
commit282983d0848db077c0dd6400a6f29b34f78f5806 (patch)
treef5711ef3ebc3eb83280d566a13d91f0577971dab /run.lua
parent95342345a827616c9f5fa7c914c02505d9e6ff4d (diff)
downloadlines.love-282983d0848db077c0dd6400a6f29b34f78f5806.tar.gz
switch source side to new screen-line-based render
Also copy over the implementation of links from pensieve.love.
Diffstat (limited to 'run.lua')
-rw-r--r--run.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/run.lua b/run.lua
index f3364c2..d029bed 100644
--- a/run.lua
+++ b/run.lua
@@ -6,9 +6,6 @@ Editor_state = {}
 function run.initialize_globals()
   -- tests currently mostly clear their own state
 
-  -- a few text objects we can avoid recomputing unless the font changes
-  Text_cache = {}
-
   -- blinking cursor
   Cursor_time = 0
 end