about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* .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
* bugfix: ensure definition to edit has some nameKartik K. Agaram2021-12-211-4/+6
* less confusing nameKartik K. Agaram2021-12-212-12/+10
* arrow keys in big picture viewKartik K. Agaram2021-12-212-12/+105
* gemini: echo urls while typing inKartik K. Agaram2021-12-211-0/+3
* gemini: slightly cleaner rendering of owner inputKartik K. Agaram2021-12-211-0/+7
* nail down trusted Teliva channels a little moreKartik K. Agaram2021-12-219-14/+16
* keep Teliva apps from pretending to be TelivaKartik K. Agaram2021-12-212-0/+6
* minor tweaksKartik K. Agaram2021-12-213-22/+3
* gemini: ctrl-g to open a new pageKartik K. Agaram2021-12-211-67/+115
* start of a gemini browserKartik K. Agaram2021-12-201-0/+357
* fix stale readmeKartik K. Agaram2021-12-201-4/+3
* document dbgKartik K. Agaram2021-12-182-0/+4
* toot-toot: save prose somewhereKartik K. Agaram2021-12-181-0/+5
* pay more attention to where we display the cursorKartik K. Agaram2021-12-183-1/+4
* streamline an app; pull useful stuff into templateKartik K. Agaram2021-12-182-8813/+87
* drop ASan from MakefileKartik K. Agaram2021-12-181-2/+2
* mention programming framework in ReadmeKartik K. Agaram2021-12-181-0/+6
* ctrl-u: clear proseKartik K. Agaram2021-12-172-2/+98
* 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
* better copy on test failuresKartik K. Agaram2021-12-171-1/+4
* correct count of test failuresKartik K. Agaram2021-12-171-1/+1
* keep tests from messing up big pictureKartik K. Agaram2021-12-171-0/+19
* one more protection against Lua stack leakKartik K. Agaram2021-12-171-6/+6
* experimental support for test errorsKartik K. Agaram2021-12-171-3/+8