about summary refs log tree commit diff stats
ModeNameSize
-rw-r--r--LICENSE.txt15249log stats plain blame
-rw-r--r--Manual_tests.md4265log stats plain blame
-rw-r--r--MemoryReferenceInfo.lua.042695log stats plain blame
-rw-r--r--MemoryReferenceInfo.lua.unused42812log stats plain blame
-rw-r--r--README.md4637log stats plain blame
-rw-r--r--app.lua16243log stats plain blame
-rw-r--r--button.lua1250log stats plain blame
-rw-r--r--colorize.lua2095log stats plain blame
-rw-r--r--commands.lua9199log stats plain blame
-rw-r--r--drawing.lua32850log stats plain blame
-rw-r--r--drawing_tests.lua40341log stats plain blame
-rw-r--r--edit.lua23166log stats plain blame
-rw-r--r--file.lua7436log stats plain blame
-rw-r--r--geom.lua4490log stats plain blame
-rw-r--r--help.lua7226log stats plain blame
-rw-r--r--icons.lua2016log stats plain blame
-rw-r--r--json.lua9661log stats plain blame
-rw-r--r--keychord.lua2683log stats plain blame
-rw-r--r--log.lua1104log stats plain blame
-rw-r--r--log_browser.lua11838log stats plain blame
-rw-r--r--main.lua11971log stats plain blame
-rw-r--r--nativefs.lua15354log stats plain blame
-rw-r--r--reference.md19423log stats plain blame
-rw-r--r--run.lua6163log stats plain blame
-rw-r--r--run_tests.lua2713log stats plain blame
-rw-r--r--search.lua5619log stats plain blame
-rw-r--r--select.lua6342log stats plain blame
-rw-r--r--source.lua13240log stats plain blame
-rw-r--r--source_edit.lua23471log stats plain blame
-rw-r--r--source_file.lua8829log stats plain blame
-rw-r--r--source_select.lua6342log stats plain blame
-rw-r--r--source_tests.lua4427log stats plain blame
-rw-r--r--source_text.lua43137log stats plain blame
-rw-r--r--source_text_tests.lua88902log stats plain blame
-rw-r--r--source_undo.lua4110log stats plain blame
-rw-r--r--test.lua714log stats plain blame
-rw-r--r--text.lua40995log stats plain blame
-rw-r--r--text_tests3321log stats plain blame
-rw-r--r--text_tests.lua90184log stats plain blame
-rw-r--r--undo.lua4110log stats plain blame
revision' href='/andinus/leo/blame/README?h=v0.6.0&id=16112ec453264af340d66a0f625c4914a192ab98'>^
3368af1 ^
8f5f24d ^
3368af1 ^


8f5f24d ^
3368af1 ^


8f5f24d ^
3368af1 ^



fdc444f ^



44d2fb9 ^

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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169