Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add state arg to some functions | Kartik K. Agaram | 2022-07-12 | 1 | -6/+6 |
| | | | | | | - Text.draw - Text.draw_cursor - Text.draw_search_bar | ||||
* | group all editor globals | Kartik K. Agaram | 2022-07-12 | 1 | -41/+41 |
| | | | | We're still accessing them through a global. But we'll change that next. | ||||
* | make colors easier to edit | Kartik K. Agaram | 2022-07-11 | 1 | -3/+3 |
| | |||||
* | add args to some functions | Kartik K. Agaram | 2022-07-08 | 1 | -2/+2 |
| | | | | - Text.pos_at_start_of_cursor_screen_line | ||||
* | extract a couple of files | Kartik K. Agaram | 2022-06-03 | 1 | -0/+114 |