Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | get rid of debug variables | Kartik K. Agaram | 2022-05-23 | 2 | -16/+6 | |
* | keep one screen line of overlap on pagedown | Kartik K. Agaram | 2022-05-23 | 2 | -19/+44 | |
* | a few tests for pageup, and a bugfix | Kartik K. Agaram | 2022-05-23 | 2 | -10/+107 | |
* | clean up test progress indicators | Kartik K. Agaram | 2022-05-23 | 1 | -11/+11 | |
* | one bug I've repeatedly run into while testing with Moby Dick | Kartik K. Agaram | 2022-05-23 | 2 | -3/+69 | |
* | scrolling with up arrow | Kartik K. Agaram | 2022-05-23 | 1 | -20/+19 | |
* | disable all debug prints | Kartik K. Agaram | 2022-05-23 | 3 | -25/+25 | |
* | quite the frustrating bugfix | Kartik K. Agaram | 2022-05-23 | 1 | -5/+7 | |
* | snapshot | Kartik K. Agaram | 2022-05-23 | 2 | -22/+169 | |
* | . | Kartik K. Agaram | 2022-05-23 | 1 | -1/+2 | |
* | similar tests for cursor up | Kartik K. Agaram | 2022-05-23 | 1 | -1/+67 | |
* | couple of tests for cursor down | Kartik K. Agaram | 2022-05-23 | 2 | -8/+68 | |
* | bugfix: don't rely on Screen_bottom1 while scrolling | Kartik K. Agaram | 2022-05-23 | 3 | -12/+23 | |
* | first successful pagedown test, first bug found by test | Kartik K. Agaram | 2022-05-23 | 4 | -14/+86 | |
* | first test! | Kartik K. Agaram | 2022-05-22 | 2 | -12/+87 | |
* | fold variables for screen dimensions into the app framework | Kartik K. Agaram | 2022-05-22 | 1 | -8/+8 | |
* | one more implication | Kartik K. Agaram | 2022-05-22 | 1 | -0/+3 | |
* | basic test-enabled framework | Kartik K. Agaram | 2022-05-22 | 4 | -34/+251 | |
* | rename | Kartik K. Agaram | 2022-05-22 | 2 | -1/+3 | |
* | yet another bugfix. But for how long? | Kartik K. Agaram | 2022-05-22 | 1 | -1/+1 | |
* | beginnings of a test harness | Kartik K. Agaram | 2022-05-22 | 2 | -0/+38 | |
* | up and down arrow now moving by screen line where possible | Kartik K. Agaram | 2022-05-21 | 1 | -25/+47 | |
* | bugfix: printing the first part of a line at the bottom made it seem non-wrap... | Kartik K. Agaram | 2022-05-21 | 2 | -30/+43 | |
* | cleaner | Kartik K. Agaram | 2022-05-21 | 1 | -3/+2 | |
* | I feel confident now that page-down is working. | Kartik K. Agaram | 2022-05-21 | 2 | -3/+12 | |
* | couple of TODOs | Kartik K. Agaram | 2022-05-21 | 2 | -1/+2 | |
* | beginning of a new approach to scroll+wrap | Kartik K. Agaram | 2022-05-21 | 2 | -155/+187 | |
* | bugfix: escape key to hide online help | Kartik K. Agaram | 2022-05-21 | 2 | -6/+6 | |
* | help tweak | Kartik K. Agaram | 2022-05-21 | 1 | -1/+3 | |
* | show when we're naming a point | Kartik K. Agaram | 2022-05-21 | 1 | -2/+14 | |
* | support for naming points | Kartik K. Agaram | 2022-05-21 | 7 | -4/+62 | |
* | new known issue with drawings | Kartik K. Agaram | 2022-05-21 | 1 | -0/+19 | |
* | one missing transition between shape modes | Kartik K. Agaram | 2022-05-21 | 1 | -1/+3 | |
* | several bugfixes | Kartik K. Agaram | 2022-05-21 | 2 | -2/+9 | |
* | bugfix: rectangles and squares are now saved | Kartik K. Agaram | 2022-05-21 | 2 | -2/+11 | |
* | bugfix | Kartik K. Agaram | 2022-05-21 | 1 | -10/+2 | |
* | bugfix: missed rename in one file | Kartik K. Agaram | 2022-05-21 | 1 | -2/+2 | |
* | disable some debug prints | Kartik K. Agaram | 2022-05-20 | 1 | -23/+23 | |
* | more precise height calculation when scrolling up as much as possible while k... | Kartik K. Agaram | 2022-05-20 | 1 | -4/+21 | |
* | keep cursor on screen when pressing 'down' | Kartik K. Agaram | 2022-05-20 | 2 | -3/+5 | |
* | rename | Kartik K. Agaram | 2022-05-20 | 1 | -7/+7 | |
* | reduce ambitions a bit: page up/down need not start screen from the middle of... | Kartik K. Agaram | 2022-05-20 | 2 | -20/+17 | |
* | first stab at equally hacky cursor down support | Kartik K. Agaram | 2022-05-20 | 1 | -11/+42 | |
* | stop recomputing Cursor_x now that we're saving it | Kartik K. Agaram | 2022-05-20 | 1 | -5/+3 | |
* | clearer comments | Kartik K. Agaram | 2022-05-20 | 1 | -2/+3 | |
* | ensure Filename is writable when opened outside a terminal | Kartik K. Agaram | 2022-05-20 | 1 | -1/+1 | |
* | some more logging | Kartik K. Agaram | 2022-05-20 | 1 | -1/+11 | |
* | snapshot - no, that's all wrong | Kartik K. Agaram | 2022-05-20 | 3 | -17/+43 | |
* | another piece of support for line wrapping in cursor up | Kartik K. Agaram | 2022-05-20 | 2 | -1/+10 | |
* | first stab at supporting wrapping in cursor up | Kartik K. Agaram | 2022-05-20 | 2 | -13/+33 |