Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | paste in text with M-v | Kartik K. Agaram | 2022-05-26 | 1 | -0/+8 | |
* | M-left/M-right for word-based motions | Kartik K. Agaram | 2022-05-25 | 1 | -0/+22 | |
* | extract couple of functions | Kartik K. Agaram | 2022-05-25 | 1 | -34/+42 | |
* | couple of renames | Kartik K. Agaram | 2022-05-25 | 1 | -23/+14 | |
* | keep repeated cursor up/down motions from drifting left | Kartik K. Agaram | 2022-05-25 | 1 | -1/+5 | |
* | bugfix: don't append metadata when it already exists | Kartik K. Agaram | 2022-05-25 | 1 | -2/+6 | |
* | bugfix | Kartik K. Agaram | 2022-05-25 | 1 | -0/+41 | |
* | test and App helper for mouse clicks | Kartik K. Agaram | 2022-05-25 | 1 | -1/+18 | |
* | no, make sure to compute line width after screen dimensions | Kartik K. Agaram | 2022-05-25 | 1 | -1/+2 | |
* | couple more tests | Kartik K. Agaram | 2022-05-25 | 1 | -0/+45 | |
* | bugfix: down arrow doesn't scroll up unnecessarily | Kartik K. Agaram | 2022-05-24 | 1 | -4/+46 | |
* | bugfix | Kartik K. Agaram | 2022-05-24 | 1 | -5/+46 | |
* | get rid of debug variables | Kartik K. Agaram | 2022-05-23 | 1 | -7/+2 | |
* | keep one screen line of overlap on pagedown | Kartik K. Agaram | 2022-05-23 | 1 | -18/+43 | |
* | a few tests for pageup, and a bugfix | Kartik K. Agaram | 2022-05-23 | 1 | -0/+89 | |
* | 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 | 1 | -3/+68 | |
* | scrolling with up arrow | Kartik K. Agaram | 2022-05-23 | 1 | -20/+19 | |
* | disable all debug prints | Kartik K. Agaram | 2022-05-23 | 1 | -22/+22 | |
* | quite the frustrating bugfix | Kartik K. Agaram | 2022-05-23 | 1 | -5/+7 | |
* | snapshot | Kartik K. Agaram | 2022-05-23 | 1 | -21/+161 | |
* | 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 | 1 | -6/+66 | |
* | bugfix: don't rely on Screen_bottom1 while scrolling | Kartik K. Agaram | 2022-05-23 | 1 | -10/+18 | |
* | first successful pagedown test, first bug found by test | Kartik K. Agaram | 2022-05-23 | 1 | -3/+58 | |
* | first test! | Kartik K. Agaram | 2022-05-22 | 1 | -12/+31 | |
* | yet another bugfix. But for how long? | Kartik K. Agaram | 2022-05-22 | 1 | -1/+1 | |
* | 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 | 1 | -21/+26 | |
* | 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 | 1 | -1/+9 | |
* | couple of TODOs | Kartik K. Agaram | 2022-05-21 | 1 | -1/+1 | |
* | beginning of a new approach to scroll+wrap | Kartik K. Agaram | 2022-05-21 | 1 | -130/+156 | |
* | support for naming points | Kartik K. Agaram | 2022-05-21 | 1 | -3/+1 | |
* | 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 | 1 | -2/+4 | |
* | 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 | 1 | -7/+3 | |
* | 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 | |
* | some more logging | Kartik K. Agaram | 2022-05-20 | 1 | -1/+11 | |
* | snapshot - no, that's all wrong | Kartik K. Agaram | 2022-05-20 | 1 | -6/+30 | |
* | another piece of support for line wrapping in cursor up | Kartik K. Agaram | 2022-05-20 | 1 | -1/+9 | |
* | first stab at supporting wrapping in cursor up | Kartik K. Agaram | 2022-05-20 | 1 | -13/+22 | |
* | bugfix | Kartik K. Agaram | 2022-05-20 | 1 | -16/+3 | |
* | new globals: draw partial screen line up top | Kartik K. Agaram | 2022-05-20 | 1 | -2/+6 | |
* | start using some globals | Kartik K. Agaram | 2022-05-20 | 1 | -5/+5 | |
* | bugfix | Kartik K. Agaram | 2022-05-20 | 1 | -1/+1 |