about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* test and App helper for mouse clicksKartik K. Agaram2022-05-252-1/+24
* no, make sure to compute line width after screen dimensionsKartik K. Agaram2022-05-253-6/+8
* couple more testsKartik K. Agaram2022-05-254-18/+83
* bugfix: down arrow doesn't scroll up unnecessarilyKartik K. Agaram2022-05-241-4/+46
* bugfixKartik K. Agaram2022-05-241-5/+46
* get rid of debug variablesKartik K. Agaram2022-05-232-16/+6
* keep one screen line of overlap on pagedownKartik K. Agaram2022-05-232-19/+44
* a few tests for pageup, and a bugfixKartik K. Agaram2022-05-232-10/+107
* clean up test progress indicatorsKartik K. Agaram2022-05-231-11/+11
* one bug I've repeatedly run into while testing with Moby DickKartik K. Agaram2022-05-232-3/+69
* scrolling with up arrowKartik K. Agaram2022-05-231-20/+19
* disable all debug printsKartik K. Agaram2022-05-233-25/+25
* quite the frustrating bugfixKartik K. Agaram2022-05-231-5/+7
* snapshotKartik K. Agaram2022-05-232-22/+169
* .Kartik K. Agaram2022-05-231-1/+2
* similar tests for cursor upKartik K. Agaram2022-05-231-1/+67
* couple of tests for cursor downKartik K. Agaram2022-05-232-8/+68
* bugfix: don't rely on Screen_bottom1 while scrollingKartik K. Agaram2022-05-233-12/+23
* first successful pagedown test, first bug found by testKartik K. Agaram2022-05-234-14/+86
* first test!Kartik K. Agaram2022-05-222-12/+87
* fold variables for screen dimensions into the app frameworkKartik K. Agaram2022-05-221-8/+8
* one more implicationKartik K. Agaram2022-05-221-0/+3
* basic test-enabled frameworkKartik K. Agaram2022-05-224-34/+251
* renameKartik K. Agaram2022-05-222-1/+3
* yet another bugfix. But for how long?Kartik K. Agaram2022-05-221-1/+1
* beginnings of a test harnessKartik K. Agaram2022-05-222-0/+38
* up and down arrow now moving by screen line where possibleKartik K. Agaram2022-05-211-25/+47
* bugfix: printing the first part of a line at the bottom made it seem non-wrap...Kartik K. Agaram2022-05-212-30/+43
* cleanerKartik K. Agaram2022-05-211-3/+2
* I feel confident now that page-down is working.Kartik K. Agaram2022-05-212-3/+12
* couple of TODOsKartik K. Agaram2022-05-212-1/+2
* beginning of a new approach to scroll+wrapKartik K. Agaram2022-05-212-155/+187
* bugfix: escape key to hide online helpKartik K. Agaram2022-05-212-6/+6
* help tweakKartik K. Agaram2022-05-211-1/+3
* show when we're naming a pointKartik K. Agaram2022-05-211-2/+14
* support for naming pointsKartik K. Agaram2022-05-217-4/+62
* new known issue with drawingsKartik K. Agaram2022-05-211-0/+19
* one missing transition between shape modesKartik K. Agaram2022-05-211-1/+3
* several bugfixesKartik K. Agaram2022-05-212-2/+9
* bugfix: rectangles and squares are now savedKartik K. Agaram2022-05-212-2/+11
* bugfixKartik K. Agaram2022-05-211-10/+2
* bugfix: missed rename in one fileKartik K. Agaram2022-05-211-2/+2
* disable some debug printsKartik K. Agaram2022-05-201-23/+23
* more precise height calculation when scrolling up as much as possible while k...Kartik K. Agaram2022-05-201-4/+21
* keep cursor on screen when pressing 'down'Kartik K. Agaram2022-05-202-3/+5
* renameKartik K. Agaram2022-05-201-7/+7
* reduce ambitions a bit: page up/down need not start screen from the middle of...Kartik K. Agaram2022-05-202-20/+17
* first stab at equally hacky cursor down supportKartik K. Agaram2022-05-201-11/+42
* stop recomputing Cursor_x now that we're saving itKartik K. Agaram2022-05-201-5/+3
* clearer commentsKartik K. Agaram2022-05-201-2/+3