about summary refs log tree commit diff stats
path: root/hanoi.tlv
Commit message (Collapse)AuthorAgeFilesLines
* tweak Hanoi colors yet againKartik K. Agaram2021-12-131-1/+1
|
* snapshot: migrate all sample apps to new formatKartik K. Agaram2021-12-111-144/+123
|
* clearer description of editing experienceKartik K. Agaram2021-12-101-1/+1
|
* more configurable colorsKartik K. Agaram2021-12-061-1/+2
| | | | | Also start using 256 colors, under the assumption most people will have them.
* grey rather than harsh white backgroundKartik K. Agaram2021-12-041-4/+5
|
* start showing call stack on errorsKartik K. Agaram2021-12-041-0/+1
| | | | | | | | It turns out Lua has been providing us this information all along! I'd just not created the space on screen to show it. Make it persist better. Kilo now no longer tracks its own status messages, which is a regression in a rare condition.
* .Kartik K. Agaram2021-11-261-12/+24
|
* save timestamp on change; show in recent changesKartik K. Agaram2021-11-261-0/+12
|
* monotonically accumulate versions of definitionsKartik K. Agaram2021-11-241-2/+28
| | | | | | | | | | | One old drawback now has a new look. Before, we loaded definitions in order, so global definitions had to exist before other global definitions that used them. See window and grid in life.tlv. Now we load definitions in reverse order, so initialization needs to change. Worse, if we update window, we need to edit grid just to fix the order. This implies that we can't yet optimize away bindings where there are no new changes.
* indentKartik K. Agaram2021-11-231-12/+12
|
* consistent styleKartik K. Agaram2021-11-231-10/+20
|
* slightly more robust on-disk formatKartik K. Agaram2021-11-141-22/+22
| | | | | | Looks like Lua supports a little bit of programmability in its multi-line string literals. Even though I can't find this documented anywhere.
* a larger test imageKartik K. Agaram2021-11-131-0/+81