about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* delete a couple more hacky function prototypesKartik K. Agaram2021-12-253-4/+3
* sandbox: more scenariosKartik K. Agaram2021-12-251-0/+5
* .Kartik K. Agaram2021-12-251-2/+8
* mock sandbox status and some initial colorsKartik K. Agaram2021-12-252-1/+30
* update all places when changing color schemeKartik K. Agaram2021-12-251-0/+1
* fix menu colors in all color schemesKartik K. Agaram2021-12-251-1/+2
* sandbox: new scenarioKartik K. Agaram2021-12-251-0/+4
* more sandboxing scenariosKartik K. Agaram2021-12-251-0/+9
* .Kartik K. Agaram2021-12-251-4/+4
* .Kartik K. Agaram2021-12-251-1/+1
* a little more reorgKartik K. Agaram2021-12-252-82/+87
* reorg: pull Teliva-specific stuff out of lua.cKartik K. Agaram2021-12-259-1061/+1071
* .Kartik K. Agaram2021-12-251-2/+2
* make the case for sandboxing in the ReadmeKartik K. Agaram2021-12-251-24/+45
* back to sandboxing; focus on files and socketsKartik K. Agaram2021-12-251-0/+2
* drop stdin/stdout/stderr and Lua default filesKartik K. Agaram2021-12-252-115/+18
* drop advent.tlvKartik K. Agaram2021-12-251-199/+0
* sandbox: no popenKartik K. Agaram2021-12-254-58/+3
* tlv format for transient editor stateKartik K. Agaram2021-12-252-18/+21
* sandbox: UXKartik K. Agaram2021-12-251-1/+3
* sandbox: another scenario, some UX ideasKartik K. Agaram2021-12-251-0/+8
* sandbox: record scenarios I've thought of so farKartik K. Agaram2021-12-251-4/+24
* sandbox: no system()Kartik K. Agaram2021-12-252-8/+5
* .Kartik K. Agaram2021-12-251-2/+2
* stop futzing around and start sandboxingKartik K. Agaram2021-12-244-0/+937
* clarify 'hardcoded colors' in the ReadmeKartik K. Agaram2021-12-241-1/+2
* .Kartik K. Agaram2021-12-231-0/+7
* toot-toot: support backspace on MacKartik K. Agaram2021-12-231-1/+1
* toot-toot: cursor_down now handles wrapping linesKartik K. Agaram2021-12-231-8/+31
* clean up debug printsKartik K. Agaram2021-12-231-9/+0
* toot-toot: plug width into cursor movementKartik K. Agaram2021-12-231-3/+4
* cleaner test messageKartik K. Agaram2021-12-231-3/+2
* toot-toot: reorg definitionsKartik K. Agaram2021-12-231-209/+113
* toot-toot: clean up historyKartik K. Agaram2021-12-231-233/+60
* toot-toot: cursor_up now handles wrapping linesKartik K. Agaram2021-12-231-6/+12
* snapshot: more tests for cursor_upKartik K. Agaram2021-12-231-0/+208
* toot-toot: more elaborate cursor_upKartik K. Agaram2021-12-221-12/+59
* toot-toot: more verbose but clearer cursor_downKartik K. Agaram2021-12-221-16/+44
* clean up my debug conlangKartik K. Agaram2021-12-221-6/+0
* toot-toot: redo cursor_down as an experimentKartik K. Agaram2021-12-221-9/+30
* .Kartik K. Agaram2021-12-221-1/+1
* errors during tests are now handledKartik K. Agaram2021-12-221-1/+8
* toot-toot: a few more testsKartik K. Agaram2021-12-221-1/+16
* .Kartik K. Agaram2021-12-221-29/+19
* more precise control over menu orderKartik K. Agaram2021-12-226-12/+26
* gemini: back buttonKartik K. Agaram2021-12-221-0/+8
* .Kartik K. Agaram2021-12-221-1/+1
* .Kartik K. Agaram2021-12-221-8/+4
* fix arrow keys in big picture view on MacKartik K. Agaram2021-12-211-5/+5
* gemini: linksKartik K. Agaram2021-12-211-19/+101
e63e3'>1159f9ec ^
dd4a4145 ^


1159f9ec ^
1159f9ec ^


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