about summary refs log tree commit diff stats
path: root/search.lua
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | Editor state initialization now depends on window dimensions, so we have to more carefully orchestrate startup.
* add state arg to a few functionsKartik K. Agaram2022-07-121-38/+38
| | | | | - Text.search_next - Text.search_previous
* add state arg to some functionsKartik K. Agaram2022-07-121-6/+6
| | | | | | - Text.draw - Text.draw_cursor - Text.draw_search_bar
* group all editor globalsKartik K. Agaram2022-07-121-41/+41
| | | | We're still accessing them through a global. But we'll change that next.
* make colors easier to editKartik K. Agaram2022-07-111-3/+3
|
* add args to some functionsKartik K. Agaram2022-07-081-2/+2
| | | | - Text.pos_at_start_of_cursor_screen_line
* extract a couple of filesKartik K. Agaram2022-06-031-0/+114