about summary refs log tree commit diff stats
ModeNameSize
-rw-r--r--LICENSE.txt15249log stats plain blame
-rw-r--r--Manual_tests.md3616log 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.lua14875log stats plain blame
-rw-r--r--button.lua1359log stats plain blame
-rw-r--r--colorize.lua2095log stats plain blame
-rw-r--r--commands.lua9156log stats plain blame
-rw-r--r--conf.lua47log stats plain blame
-rw-r--r--drawing.lua32369log stats plain blame
-rw-r--r--drawing_tests.lua40341log stats plain blame
-rw-r--r--edit.lua22999log stats plain blame
-rw-r--r--file.lua7297log stats plain blame
-rw-r--r--geom.lua4464log 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.lua920log stats plain blame
-rw-r--r--log_browser.lua11885log stats plain blame
-rw-r--r--main.lua8741log stats plain blame
-rw-r--r--nativefs.lua15354log stats plain blame
-rw-r--r--reference.md19111log stats plain blame
-rw-r--r--run.lua6290log stats plain blame
-rw-r--r--run_tests.lua2713log stats plain blame
-rw-r--r--search.lua5233log stats plain blame
-rw-r--r--select.lua6032log stats plain blame
-rw-r--r--source.lua13257log stats plain blame
-rw-r--r--source_edit.lua22638log stats plain blame
-rw-r--r--source_file.lua8690log stats plain blame
-rw-r--r--source_select.lua6032log stats plain blame
-rw-r--r--source_tests.lua4427log stats plain blame
-rw-r--r--source_text.lua41519log stats plain blame
-rw-r--r--source_text_tests.lua87661log stats plain blame
-rw-r--r--source_undo.lua3855log stats plain blame
-rw-r--r--test.lua714log stats plain blame
-rw-r--r--text.lua39419log stats plain blame
-rw-r--r--text_tests3285log stats plain blame
-rw-r--r--text_tests.lua88943log stats plain blame
-rw-r--r--undo.lua3855log stats plain blame
18'>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