about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* 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
* ensure Filename is writable when opened outside a terminalKartik K. Agaram2022-05-201-1/+1
* some more loggingKartik K. Agaram2022-05-201-1/+11
* snapshot - no, that's all wrongKartik K. Agaram2022-05-203-17/+43
* another piece of support for line wrapping in cursor upKartik K. Agaram2022-05-202-1/+10
* first stab at supporting wrapping in cursor upKartik K. Agaram2022-05-202-13/+33
* bugfixKartik K. Agaram2022-05-201-16/+3
* new globals: draw partial screen line up topKartik K. Agaram2022-05-202-2/+9
* start using some globalsKartik K. Agaram2022-05-202-6/+6
* moveKartik K. Agaram2022-05-201-2/+4
* bugfixKartik K. Agaram2022-05-201-1/+1
* start remembering where the cursor is drawn in pxKartik K. Agaram2022-05-202-0/+4
* extract a functionKartik K. Agaram2022-05-202-12/+9
* moveKartik K. Agaram2022-05-191-35/+35
* planning out cursor up/down over wrapped linesKartik K. Agaram2022-05-192-3/+5
* bugfix: cursor past end of screen lineKartik K. Agaram2022-05-191-1/+1