Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bugfix for non-ASCII | Kartik K. Agaram | 2022-05-29 | 1 | -3/+4 |
* | extract a couple of methods | Kartik K. Agaram | 2022-05-28 | 1 | -5/+25 |
* | extract a couple more methods | Kartik K. Agaram | 2022-05-28 | 1 | -26/+34 |
* | move some code | Kartik K. Agaram | 2022-05-28 | 1 | -0/+28 |
* | extract a few methods | Kartik K. Agaram | 2022-05-28 | 1 | -107/+121 |
* | move | Kartik K. Agaram | 2022-05-28 | 1 | -36/+38 |
* | . | Kartik K. Agaram | 2022-05-28 | 1 | -1/+1 |
* | scroll on backspace | Kartik K. Agaram | 2022-05-28 | 1 | -0/+68 |
* | . | Kartik K. Agaram | 2022-05-28 | 1 | -4/+4 |
* | . | Kartik K. Agaram | 2022-05-28 | 1 | -8/+8 |
* | fix a regression in line wrapping | Kartik K. Agaram | 2022-05-28 | 1 | -1/+44 |
* | scroll on enter | Kartik K. Agaram | 2022-05-28 | 1 | -0/+36 |
* | 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 |