about summary refs log tree commit diff stats
path: root/text.lua
Commit message (Expand)AuthorAgeFilesLines
* 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