about summary refs log tree commit diff stats
path: root/toot-toot.tlv
Commit message (Expand)AuthorAgeFilesLines
* toot-toot.tlv: scrollingKartik K. Agaram2022-03-121-1/+109
* use method syntax where possibleKartik K. Agaram2022-03-061-6/+6
* reconcile all apps with template.tlvKartik K. Agaram2022-03-061-6/+39
* distinguish between window global and argKartik K. Agaram2022-03-021-5/+5
* starting to make Teliva apps more testableKartik K. Agaram2022-02-271-3/+3
* 'doc:blurb': a place to briefly describe an appKartik K. Agaram2022-02-171-0/+6
* fix a conflicting keyboard shortcutKartik K. Agaram2022-02-171-2/+2
* Lua gotcha: iterating over strings yields stringsKartik K. Agaram2022-02-081-3/+3
* toot-toot: gracefully handle lack of permissionsKartik K. Agaram2022-01-031-2/+4
* 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
* 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
* 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-221-3/+4
* minor tweaksKartik K. Agaram2021-12-211-20/+1
* document dbgKartik K. Agaram2021-12-181-0/+2
* toot-toot: save prose somewhereKartik K. Agaram2021-12-181-0/+5
* pay more attention to where we display the cursorKartik K. Agaram2021-12-181-0/+1
* streamline an app; pull useful stuff into templateKartik K. Agaram2021-12-181-8813/+55
* ctrl-u: clear proseKartik K. Agaram2021-12-171-0/+96
* bug: handle digits in proseKartik K. Agaram2021-12-171-4/+686
* clean up cursor_upKartik K. Agaram2021-12-171-4/+29
* two implementations of cursor_upKartik K. Agaram2021-12-171-0/+1830
* start of a test frameworkKartik K. Agaram2021-12-171-0/+6598
> 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 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624