This commit is contained in:
Kartik K. Agaram 2022-05-22 18:12:23 -07:00
parent f1eba43ed3
commit 555726a87d
2 changed files with 3 additions and 1 deletions

View File

View File

@ -1,4 +1,7 @@
local utf8 = require 'utf8'
require 'app'
require 'keychord'
require 'file'
require 'button'
@ -7,7 +10,6 @@ local Drawing = require 'drawing'
local geom = require 'geom'
require 'help'
require 'icons'
require 'run'
-- a line is either text or a drawing
-- a text is a table with: