about summary refs log tree commit diff stats
path: root/text.lua
Commit message (Expand)AuthorAgeFilesLines
* 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
* bugfix: clear selection in a couple more placesKartik K. Agaram2022-06-231-0/+2
* fix a failing testKartik K. Agaram2022-06-231-4/+2
* extract a functionKartik K. Agaram2022-06-231-16/+13
* bugfix: recompute screen lines in backspace/deleteKartik K. Agaram2022-06-231-0/+4
* turns out super- chords to get to textinputKartik K. Agaram2022-06-221-2/+1
* bugfix: delete selection before pastingKartik K. Agaram2022-06-211-3/+0
* bugfixKartik K. Agaram2022-06-211-1/+4
* better fix for commit 3ffc2ed8fKartik K. Agaram2022-06-201-0/+1
* revert selection logic to before commit 3ffc2ed8fKartik K. Agaram2022-06-201-4/+11
* much simplerKartik K. Agaram2022-06-201-19/+4
* some early returns should be assertsKartik K. Agaram2022-06-201-1/+3
* move Selection1 clearing past business logicKartik K. Agaram2022-06-201-10/+10