about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* scroll on enterKartik K. Agaram2022-05-281-0/+36
* .Kartik K. Agaram2022-05-271-1/+1
* tweak modifier keys to include 'shift'Kartik K. Agaram2022-05-271-1/+4
* paste in text with M-vKartik K. Agaram2022-05-262-0/+13
* .Kartik K. Agaram2022-05-251-1/+0
* few more transitions between shapesKartik K. Agaram2022-05-251-2/+10
* typosKartik K. Agaram2022-05-251-2/+2
* M-left/M-right for word-based motionsKartik K. Agaram2022-05-252-0/+23
* extract couple of functionsKartik K. Agaram2022-05-251-34/+42
* couple of renamesKartik K. Agaram2022-05-251-23/+14
* keep repeated cursor up/down motions from drifting leftKartik K. Agaram2022-05-251-1/+5
* assert for a bug I saw a while ago but can no longer reproduceKartik K. Agaram2022-05-251-0/+1
* bugfix: don't append metadata when it already existsKartik K. Agaram2022-05-251-2/+6
* bugfixKartik K. Agaram2022-05-251-0/+41
* 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