about summary refs log tree commit diff stats
path: root/text.lua
Commit message (Expand)AuthorAgeFilesLines
...
* drop some redundant args when clearing the cacheKartik K. Agaram2022-07-171-10/+10
* drop some redundant args from Text.drawKartik K. Agaram2022-07-171-2/+3
* bring back a set of constantsKartik K. Agaram2022-07-161-3/+3
* replace globals with args in a few functionsKartik K. Agaram2022-07-121-3/+3
* deduce left/right from state where possibleKartik K. Agaram2022-07-121-64/+64
* left/right margin -> left/right coordinatesKartik K. Agaram2022-07-121-31/+31
* add state arg to a few functionsKartik K. Agaram2022-07-121-107/+93
* add state arg to a few functionsKartik K. Agaram2022-07-121-17/+17
* add state arg to a few functionsKartik K. Agaram2022-07-121-26/+26
* add state arg to a few functionsKartik K. Agaram2022-07-121-12/+12
* add state arg to a few functionsKartik K. Agaram2022-07-121-4/+4
* add state arg to a few functionsKartik K. Agaram2022-07-121-122/+122
* add state arg to Text.textinputKartik K. Agaram2022-07-121-8/+8
* add state arg to schedule_saveKartik K. Agaram2022-07-121-6/+6
* add state arg to Text.keychord_pressedKartik K. Agaram2022-07-121-104/+104
* add state arg to some functionsKartik K. Agaram2022-07-121-22/+22
* group all editor globalsKartik K. Agaram2022-07-121-299/+299
* make colors easier to editKartik K. Agaram2022-07-111-4/+4
* stop pretending globals are localKartik K. Agaram2022-07-111-4/+0
* skip multiple consecutive whitespaceKartik K. Agaram2022-07-111-2/+27
* support other whitespace chars in word movementsKartik K. Agaram2022-07-111-5/+11
* done passing left/right margins everywhereKartik K. Agaram2022-07-081-16/+16
* add args to some functionsKartik K. Agaram2022-07-081-14/+14
* add args to some functionsKartik K. Agaram2022-07-081-6/+6
* add args to some functionsKartik K. Agaram2022-07-081-5/+5
* add args to some functionsKartik K. Agaram2022-07-081-10/+10
* add args to some functionsKartik K. Agaram2022-07-081-10/+12
* add args to some functionsKartik K. Agaram2022-07-081-3/+3
* add args to some functionsKartik K. Agaram2022-07-081-2/+2
* add args to some functionsKartik K. Agaram2022-07-081-5/+5
* add args to some functionsKartik K. Agaram2022-07-081-3/+2
* indentKartik K. Agaram2022-07-081-1/+4
* add args to some functionsKartik K. Agaram2022-07-081-2/+2
* add args to some functionsKartik K. Agaram2022-07-081-3/+3
* add args to some functionsKartik K. Agaram2022-07-081-28/+28
* start passing left/right margins everywhereKartik K. Agaram2022-07-081-8/+8
* rename a couple of variablesKartik K. Agaram2022-07-081-10/+10
* drop an arg from a functionKartik K. Agaram2022-07-081-1/+1
* switch arg for a functionKartik K. Agaram2022-07-081-15/+11
* optimization: moving cursor to next wordKartik K. Agaram2022-07-051-4/+12
* bugfix: avoid scrolling on 'end'Kartik K. Agaram2022-07-051-6/+14
* bugfix: manage screen_top and cursor when resizingKartik K. Agaram2022-07-011-0/+35
* right marginKartik K. Agaram2022-06-301-14/+14
* rip out notion of Line_widthKartik K. Agaram2022-06-301-21/+20
* bugfix: lines that aren't drawn from the startKartik K. Agaram2022-06-301-9/+20
* clicking to the right of a line within line widthKartik K. Agaram2022-06-291-1/+16
* .Kartik K. Agaram2022-06-291-1/+1
* bugfix: clicking past end of screen lineKartik K. Agaram2022-06-291-1/+1
* bugfix: scrolling in left/right movementsKartik K. Agaram2022-06-281-10/+30
* undo commit 861c57b533Kartik K. Agaram2022-06-271-2/+1