about summary refs log tree commit diff stats
path: root/src/lua.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* start of a test frameworkKartik K. Agaram2021-12-171-0/+35
* yet another stab at reorganizing stack assertionsKartik K. Agaram2021-12-171-9/+14
* .Kartik K. Agaram2021-12-171-0/+3
* .Kartik K. Agaram2021-12-171-4/+4
* more protection against data lossKartik K. Agaram2021-12-171-2/+2
* protect against data loss in some rare situationsKartik K. Agaram2021-12-161-3/+32
* fix another leak in the Lua stackKartik K. Agaram2021-12-161-2/+9
* more consistently show notes in recent changesKartik K. Agaram2021-12-161-1/+5
* stop leaking on the Lua stack, reduxKartik K. Agaram2021-12-161-11/+19
* Revert "stop leaking on the Lua stack"Kartik K. Agaram2021-12-161-2/+2
* stop leaking on the Lua stackKartik K. Agaram2021-12-161-2/+2
* show all functions in big pictureKartik K. Agaram2021-12-131-2/+6
* can again edit notes on changesKartik K. Agaram2021-12-111-4/+4
* bring back commandline argsKartik K. Agaram2021-12-111-1/+18
* snapshot: writing working?Kartik K. Agaram2021-12-111-34/+7
* snapshot: start reading a new formatKartik K. Agaram2021-12-111-26/+3
* .Kartik K. Agaram2021-12-071-1/+1
* cleanerKartik K. Agaram2021-12-071-2/+2
* slightly improve experience on Konrad Hinsen's bugKartik K. Agaram2021-12-071-1/+1
* fix colors in startup errorsKartik K. Agaram2021-12-061-0/+1
* slightly more obvious menu copyKartik K. Agaram2021-12-061-4/+21
* more configurable colorsKartik K. Agaram2021-12-061-18/+20
* grey rather than harsh white backgroundKartik K. Agaram2021-12-041-2/+2
* start showing call stack on errorsKartik K. Agaram2021-12-041-19/+54
* another fix for colorsKartik K. Agaram2021-12-031-2/+2
* less ambiguous menusKartik K. Agaram2021-12-031-5/+5
* get rid of `Esc` hotkeyKartik K. Agaram2021-12-031-4/+4
* improve support for backspaceKartik K. Agaram2021-12-031-4/+7
* error message when no app is providedKartik K. Agaram2021-12-031-194/+6
* .Kartik K. Agaram2021-12-031-2/+3
* legible colors across all terminal configurationsKartik K. Agaram2021-12-031-1/+1
* show state of screen on runtime errorKartik K. Agaram2021-12-031-0/+7
* .Kartik K. Agaram2021-12-031-1/+1
* extract a helperKartik K. Agaram2021-12-031-18/+32
* fix a slight portability issue, maybeKartik K. Agaram2021-12-021-1/+1
* better cross-platform backspace supportKartik K. Agaram2021-11-301-4/+4
* .Kartik K. Agaram2021-11-291-7/+7
* fix regression in showing error messagesKartik K. Agaram2021-11-291-4/+4
* let people fix bad images from within TelivaKartik K. Agaram2021-11-291-10/+26
* sacrificing another LoC to ward off crashesKartik K. Agaram2021-11-281-0/+1
* editing notes sucks a little lessKartik K. Agaram2021-11-281-2/+2
* fix the bug described in commit cec57992b7Kartik K. Agaram2021-11-281-4/+12
* rename a fn and reorganize its responsibilitiesKartik K. Agaram2021-11-281-3/+3
* split a lumpy abstraction into two cleaner onesKartik K. Agaram2021-11-281-13/+19
* purge abstraction hiding teliva_editor_bufferKartik K. Agaram2021-11-281-10/+5