about summary refs log tree commit diff stats
path: root/search.lua
Commit message (Expand)AuthorAgeFilesLines
* reduce use of rfindKartik K. Agaram2023-01-131-0/+2
* support special chars like '(' in searchKartik K. Agaram2022-09-181-8/+8
* editing source code from within the appKartik K. Agaram2022-09-031-12/+8
* generalize a functionKartik K. Agaram2022-08-181-2/+2
* drop some obsolete argsKartik K. Agaram2022-08-181-2/+2
* swap return valuesKartik K. Agaram2022-08-171-2/+2
* bugfix: check after cursor on same line when searching upwardsKartik K. Agaram2022-08-111-1/+9
* search: transparently handle drawings everywhereKartik K. Agaram2022-08-111-22/+18
* bugfix: search upwardsKartik K. Agaram2022-08-111-1/+1
* bugfix: check before cursor on same lineKartik K. Agaram2022-08-111-1/+12
* update cursor in search boxKartik K. Agaram2022-07-251-3/+1
* bugfix: skip over drawings when searchingKartik K. Agaram2022-07-251-8/+15
* left/right margin -> left/right coordinatesKartik K. Agaram2022-07-121-2/+2
* add state arg to a few functionsKartik K. Agaram2022-07-121-38/+38
* add state arg to some functionsKartik K. Agaram2022-07-121-6/+6
* group all editor globalsKartik K. Agaram2022-07-121-41/+41
* make colors easier to editKartik K. Agaram2022-07-111-3/+3
* add args to some functionsKartik K. Agaram2022-07-081-2/+2
* extract a couple of filesKartik K. Agaram2022-06-031-0/+114