about summary refs log tree commit diff stats
path: root/termbox
Commit message (Collapse)AuthorAgeFilesLines
* 2181 - detect shift-tabKartik K. Agaram2015-09-112-5/+10
| | | | Does nothing useful yet, though.
* 2142Kartik K. Agaram2015-09-041-4/+0
|
* 2141 - attempt to deal with slow networksKartik K. Agaram2015-09-041-16/+27
| | | | | | | | | | | | | On slow networks sometimes escape sequences were being partially consumed, causing junk to be added to the editor when you pressed arrow keys and so on. Now we have a way to wait. Empirically seems to work if I page-up and then scroll back up using up-arrow. Before I'd consistently get junk even on my local machine. Now I no longer do. If we still see problems I'll increase the wait time and see if the increase helps. Then we'll know more about this approach.
* 2132 - support for ctrl + arrow keysKartik K. Agaram2015-09-022-4/+27
|
* 2131 - better tb_sync()Kartik K. Agaram2015-09-021-6/+10
| | | | | | | | | For some reason porting the termbox-go implementation was still leaving some gunk from git on screen when I ran my usual test: $ mkdir lesson; cd lesson; git init; mu edit.mu Then hit F4, generating messages from git on the initial commit. Then hit ctrl-l to clear all git gunk.
* 2113 - stop updating entire screen on tb_present()Kartik K. Agaram2015-08-292-0/+12
| | | | | | | | | | | | | | | | | | | | Mu still isn't so optimized that I can be profligate with spare cycles. Instead we'll follow termbox-go's example and create a new API routine called tb_sync() (after discussion with termbox's author). Now we only need use tb_sync() on ctrl-l. For everything else use the optimized render. Now I think I've eradicated all signs of "cursor thrashing" during refresh, in spite of how slow mu is as an interpreted language. We only render the whole screen in some situations, and only if there's no more input, and even then we only refresh the parts of the screen that changed. Thanks Jack and Caleb Couch for providing the impetus behind commits 2109-2113. I've been lazy about writing tests for all this, but it's still good to know I could, if I wanted to.
* 2078 - update entire screen on tb_present()Kartik K. Agaram2015-08-261-4/+0
| | | | | | | | | | | | | | | | | | | Termbox had been taking shortcuts when it thinks the screen hasn't changed, which doesn't work if some other process messes up the screen. The Go version has a Sync method in addition to Flush/tb_present for precisely this eventuality. But it feels like an unnecessary optimization given C's general speed. Just drop it altogether. --- This took me a long time to track down, and interestingly I found myself writing a new tracing primitive before I remembered how to selectively trace just certain layers during manual tests. I'm scared of generating traces not because of performance but because of the visual noise. Be aware of this. I'm going to clean up $log now. Maybe I should also stop using $print..
* 1964 - don't mess up pasteKartik K. Agaram2015-08-094-12/+55
| | | | | | | It took me a long time to fix termbox because the escape codes it was seeing seemed all wrong. Had to stop calling tb_shutdown/printf and put in the extra 3 lines to log to a file. Then everything cleared up. Weird.
* 1859Kartik K. Agaram2015-07-271-1/+1
|
* 1731 - ah, now fully responsiveKartik K. Agaram2015-07-082-0/+7
| | | | The trick is to check for more events and not bother rendering if so.
* 1573Kartik K. Agaram2015-06-162-0/+9
|
* 1531 - enable termbox's mouse supportKartik K. Agaram2015-06-052-0/+12
|
* 1530 - switch to termbox's 256-color modeKartik K. Agaram2015-06-053-48/+17
|
* 1486 - repl: hitting enter now workingKartik K. Agaram2015-05-272-0/+7
|
* 1368 - alias carriage-return and newlineKartik K. Agaram2015-05-141-0/+3
| | | | | | | CRLF still shows as two newlines, though. Cross that bridge when we get to it. The new chessboard test is still hanging, though.
* 1327 - better error handling in chessboardKartik K. Agaram2015-05-101-2/+10
| | | | | Also a bugfix in break to label, because I noticed the screen wasn't being cleaned up on quit.
* 1325Kartik K. Agaram2015-05-103-0/+0
|
* 1323 - keyboard supports backspace and newlineKartik K. Agaram2015-05-105-4/+174
| | | | | | Lots mixed into this commit: some off-by-one errors in display.cc a new transform to translate jump labels that I'd somehow never gotten around to supporting
* 1319Kartik K. Agaram2015-05-101-6/+6
| | | | Allow termbox array sizes to be easily counted with 'wc'.
* 1314Kartik K. Agaram2015-05-091-1/+2
|
* 1313 - merge termboxKartik K. Agaram2015-05-092-4/+4
|
* 1276 - make C++ version the defaultKartik K. Agaram2015-05-059-0/+1384
I've tried to update the Readme, but there are at least a couple of issues.
rtik/mu/commit/edit/001-editor.mu?h=main&id=3d8b137c879c6f5c01588c2dbbb35bc0ec028909'>3d8b137c ^
ea5e7fd4 ^


a90faae9 ^
a90faae9 ^


a90faae9 ^

2d91279b ^
a90faae9 ^
3895c4e9 ^
a90faae9 ^
1ead3562 ^
3d8b137c ^
1ead3562 ^
3d8b137c ^
a90faae9 ^
3d8b137c ^
a90faae9 ^
3d8b137c ^
a90faae9 ^
3d8b137c ^
741ef43e ^
a90faae9 ^
741ef43e ^
a90faae9 ^


1ead3562 ^
a90faae9 ^


6f65d591 ^
a90faae9 ^

6f65d591 ^

a90faae9 ^







aaf61a53 ^


a90faae9 ^







a90faae9 ^


2d91279b ^
a90faae9 ^
805a4761 ^
1ead3562 ^
3d8b137c ^


a90faae9 ^
3d8b137c ^

741ef43e ^
a90faae9 ^

3d8b137c ^





a90faae9 ^



3d8b137c ^
a90faae9 ^
2d91279b ^
a90faae9 ^


3d8b137c ^
a90faae9 ^
3d8b137c ^
a90faae9 ^
ea5e7fd4 ^
a90faae9 ^
3d8b137c ^
a90faae9 ^


3d8b137c ^
a90faae9 ^


3d8b137c ^
a90faae9 ^
3d8b137c ^
a90faae9 ^
ea5e7fd4 ^

a90faae9 ^

1521e4e3 ^
a90faae9 ^



741ef43e ^

a90faae9 ^




3d8b137c ^
a90faae9 ^

3d8b137c ^
bbe0801a ^
a90faae9 ^





136412d2 ^
741ef43e ^

a90faae9 ^



ea5e7fd4 ^
a90faae9 ^

3d8b137c ^




a90faae9 ^
ea5e7fd4 ^


a90faae9 ^
ea5e7fd4 ^



1ead3562 ^
a90faae9 ^

3d8b137c ^
a90faae9 ^
805a4761 ^
a90faae9 ^



1ead3562 ^
a90faae9 ^


1521e4e3 ^
a90faae9 ^
1ead3562 ^
a90faae9 ^

3d8b137c ^
a90faae9 ^
805a4761 ^
a90faae9 ^

3d8b137c ^
a90faae9 ^
3d8b137c ^
a90faae9 ^

1521e4e3 ^
a90faae9 ^





6f65d591 ^
a90faae9 ^

ea19d0dc ^
a90faae9 ^
6f65d591 ^
a90faae9 ^









6f65d591 ^
a90faae9 ^

ea19d0dc ^
6f65d591 ^
a90faae9 ^








6f65d591 ^
a90faae9 ^

ea19d0dc ^
a90faae9 ^
6f65d591 ^
a90faae9 ^









6f65d591 ^
a90faae9 ^

ea19d0dc ^
6f65d591 ^
a90faae9 ^















6f65d591 ^
a90faae9 ^

ea19d0dc ^
6f65d591 ^
a90faae9 ^

















6f65d591 ^
a90faae9 ^

6f65d591 ^


a90faae9 ^














6f65d591 ^
a90faae9 ^

ea19d0dc ^
a90faae9 ^

6f65d591 ^
a90faae9 ^



























a90faae9 ^
3d8b137c ^
a90faae9 ^
805a4761 ^
3d8b137c ^
a90faae9 ^


3d8b137c ^
a90faae9 ^






3d8b137c ^
a90faae9 ^
3d8b137c ^
a90faae9 ^







3d8b137c ^
a90faae9 ^





3d8b137c ^
a90faae9 ^
3d8b137c ^
a90faae9 ^





1ead3562 ^
a90faae9 ^


6f65d591 ^
a90faae9 ^

ea19d0dc ^
a90faae9 ^

6f65d591 ^
a90faae9 ^















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
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474