Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
* | start remembering where the cursor is drawn in px | Kartik K. Agaram | 2022-05-20 | 1 | -0/+2 | |
* | extract a function | Kartik K. Agaram | 2022-05-20 | 1 | -8/+8 | |
* | move | Kartik K. Agaram | 2022-05-19 | 1 | -35/+35 | |
* | planning out cursor up/down over wrapped lines | Kartik K. Agaram | 2022-05-19 | 1 | -0/+2 | |
* | bugfix: cursor past end of screen line | Kartik K. Agaram | 2022-05-19 | 1 | -1/+1 | |
* | bugfix: text past cursor was rendered red on wrapped lines | Kartik K. Agaram | 2022-05-19 | 1 | -0/+2 | |
* | bugfix: show cursor when past end of line | Kartik K. Agaram | 2022-05-19 | 1 | -0/+5 | |
* | change text cursor shape | Kartik K. Agaram | 2022-05-19 | 1 | -1/+2 | |
* | clicking to the right of a wrapped line | Kartik K. Agaram | 2022-05-19 | 1 | -9/+9 | |
* | clicking now moves the cursor even on long, wrapped lines | Kartik K. Agaram | 2022-05-19 | 1 | -5/+50 | |
* | rename | Kartik K. Agaram | 2022-05-19 | 1 | -2/+2 | |
* | bugfix | Kartik K. Agaram | 2022-05-19 | 1 | -2/+7 | |
* | eliminate assumptions that line length == size in bytes | Kartik K. Agaram | 2022-05-19 | 1 | -9/+10 | |
* | snapshot: wrapping long lines at word boundaries | Kartik K. Agaram | 2022-05-19 | 1 | -6/+82 | |
* | a few more integer coordinates | Kartik K. Agaram | 2022-05-19 | 1 | -5/+5 | |
* | drop unused arg | Kartik K. Agaram | 2022-05-19 | 1 | -1/+1 | |
* | delete another arg that can be deduced | Kartik K. Agaram | 2022-05-19 | 1 | -3/+3 | |
* | handle tab characters | Kartik K. Agaram | 2022-05-18 | 1 | -1/+8 |