about summary refs log tree commit diff stats
path: root/main.lua
diff options
context:
space:
mode:
Diffstat (limited to 'main.lua')
-rw-r--r--main.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.lua b/main.lua
index f9cfe32..f75e287 100644
--- a/main.lua
+++ b/main.lua
@@ -63,6 +63,7 @@ Previous_drawing_mode = nil
 
 Font_height = 14
 Line_height = 15
+Margin_top = 15
 
 Filename = love.filesystem.getUserDirectory()..'/lines.txt'
 
@@ -135,7 +136,7 @@ function App.draw()
     line.y = nil
   end
   assert(Text.le1(Screen_top1, Cursor1))
-  local y = 15
+  local y = Margin_top
 --?   print('== draw')
   for line_index,line in ipairs(Lines) do
 --?     print('draw:', y, line_index, line)
9a0f432ec77423987'>6838c23 ^
7ecc6f9 ^


6838c23 ^
7ecc6f9 ^






caad1b2 ^
7ecc6f9 ^
caad1b2 ^
133085b ^
caad1b2 ^
133085b ^
caad1b2 ^



7ecc6f9 ^



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49