about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* line.y -> line_cache.starty in a few more placesKartik K. Agaram2022-07-273-14/+14
* have file API operate on state objectKartik K. Agaram2022-07-254-21/+20
* update cursor in search boxKartik K. Agaram2022-07-251-3/+1
* bugfix: alt-tab shouldn't emit keypress eventsKartik K. Agaram2022-07-251-1/+20
* moveKartik K. Agaram2022-07-251-2/+3
* simplify hysteresis logicKartik K. Agaram2022-07-251-8/+3
* bugfix: skip over drawings when searchingKartik K. Agaram2022-07-252-15/+17
* extract methodKartik K. Agaram2022-07-232-14/+13
* bugfix: online helpKartik K. Agaram2022-07-222-8/+12
* bugfix: searchKartik K. Agaram2022-07-212-1/+34
* move drawing.starty into line cacheKartik K. Agaram2022-07-203-60/+71
* use line cache for drawings as wellKartik K. Agaram2022-07-203-31/+31
* bugfix: where cursor is drawnKartik K. Agaram2022-07-203-14/+25
* reorg manual tests docKartik K. Agaram2022-07-201-9/+7
* .Kartik K. Agaram2022-07-201-0/+2
* exclude left margin from my word-split heuristicKartik K. Agaram2022-07-202-3/+3
* allow Text.nearest_pos_less_than to return 0Kartik K. Agaram2022-07-202-7/+4
* drop an unnecessary level of indentKartik K. Agaram2022-07-201-23/+21
* clean up some printsKartik K. Agaram2022-07-201-17/+10
* move a var closer to its useKartik K. Agaram2022-07-201-2/+2
* more clearly skip prints before screen topKartik K. Agaram2022-07-201-21/+19
* unify two similar functionsKartik K. Agaram2022-07-192-24/+16
* keep text from overflowing right marginKartik K. Agaram2022-07-192-41/+48
* delete some duplicate initializationKartik K. Agaram2022-07-191-4/+0
* clean up a cross-test leakageKartik K. Agaram2022-07-191-9/+9
* bugfix: couple of margin-relative computationsKartik K. Agaram2022-07-172-3/+63
* separate data structure for each line's cache dataKartik K. Agaram2022-07-177-70/+211
* keep all text cache writes inside text.luaKartik K. Agaram2022-07-172-9/+8
* switch to line index in a functionKartik K. Agaram2022-07-171-2/+3
* switch to line index in a functionKartik K. Agaram2022-07-171-16/+17
* make a function oblivious to line data structureKartik K. Agaram2022-07-171-5/+5
* switch to line index in a functionKartik K. Agaram2022-07-173-6/+6
* switch to line index in a functionKartik K. Agaram2022-07-171-15/+16
* switch to line index in a functionKartik K. Agaram2022-07-173-4/+5
* drop some extra argsKartik K. Agaram2022-07-171-4/+4
* drop some redundant args when clearing the cacheKartik K. Agaram2022-07-172-11/+11
* fold together two largely similar casesKartik K. Agaram2022-07-171-28/+23
* drop some redundant args from Text.drawKartik K. Agaram2022-07-172-5/+6
* formattingKartik K. Agaram2022-07-162-3/+3
* bring back a set of constantsKartik K. Agaram2022-07-164-90/+89
* more decoupling editor tests from AppKartik K. Agaram2022-07-161-1/+1
* more decoupling editor tests from AppKartik K. Agaram2022-07-161-3/+3
* more decoupling editor tests from AppKartik K. Agaram2022-07-161-13/+13
* more precise nameKartik K. Agaram2022-07-152-10/+10
* make test initializations a little more obviousKartik K. Agaram2022-07-155-156/+162
* bugfix: zoom in/out hotkeysKartik K. Agaram2022-07-131-0/+7
* bugfix: resizeKartik K. Agaram2022-07-132-2/+9
* a more radical attempt at ignoring nil y'sKartik K. Agaram2022-07-132-7/+5
* no, bring back that defenseKartik K. Agaram2022-07-131-0/+4
* a bug I've never run intoKartik K. Agaram2022-07-133-5/+10