about summary refs log tree commit diff stats
path: root/source_select.lua
Commit message (Collapse)AuthorAgeFilesLines
* App.width can no longer take a TextKartik K. Agaram2023-04-011-5/+2
| | | | | In the process I discovered the horrible fact that Text.x allocates a new Text. And it gets called (just once, thank goodness) on every single frame.
* support selections in the source editorKartik K. Agaram2022-09-061-0/+183
I've only tested side A so far, and included a statement of how I want side B to behave.