about summary refs log tree commit diff stats
path: root/text.lua
Commit message (Expand)AuthorAgeFilesLines
* drop unused argKartik K. Agaram2022-05-191-1/+1
* delete another arg that can be deducedKartik K. Agaram2022-05-191-3/+3
* handle tab charactersKartik K. Agaram2022-05-181-1/+8
* bugfix: ensure Cursor_line is always on a text lineKartik K. Agaram2022-05-181-0/+33
* scroll past first pageKartik K. Agaram2022-05-181-0/+13
* split mouse_pressed events between Text and DrawingKartik K. Agaram2022-05-171-7/+20
* split keyboard handling between Text and DrawingKartik K. Agaram2022-05-171-0/+132
* beginnings of a module for the text editorKartik K. Agaram2022-05-171-0/+54