about summary refs log tree commit diff stats
path: root/text.lua
Commit message (Expand)AuthorAgeFilesLines
* renameKartik K. Agaram2022-05-191-2/+2
* bugfixKartik K. Agaram2022-05-191-2/+7
* eliminate assumptions that line length == size in bytesKartik K. Agaram2022-05-191-9/+10
* snapshot: wrapping long lines at word boundariesKartik K. Agaram2022-05-191-6/+82
* a few more integer coordinatesKartik K. Agaram2022-05-191-5/+5
* 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