Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | assert for a bug I saw a while ago but can no longer reproduce | Kartik K. Agaram | 2022-05-25 | 1 | -0/+1 |
* | no, make sure to compute line width after screen dimensions | Kartik K. Agaram | 2022-05-25 | 1 | -4/+4 |
* | couple more tests | Kartik K. Agaram | 2022-05-25 | 1 | -17/+19 |
* | get rid of debug variables | Kartik K. Agaram | 2022-05-23 | 1 | -9/+4 |
* | keep one screen line of overlap on pagedown | Kartik K. Agaram | 2022-05-23 | 1 | -1/+1 |
* | a few tests for pageup, and a bugfix | Kartik K. Agaram | 2022-05-23 | 1 | -10/+18 |
* | disable all debug prints | Kartik K. Agaram | 2022-05-23 | 1 | -2/+2 |
* | . | Kartik K. Agaram | 2022-05-23 | 1 | -1/+2 |
* | couple of tests for cursor down | Kartik K. Agaram | 2022-05-23 | 1 | -2/+2 |
* | bugfix: don't rely on Screen_bottom1 while scrolling | Kartik K. Agaram | 2022-05-23 | 1 | -1/+4 |
* | first successful pagedown test, first bug found by test | Kartik K. Agaram | 2022-05-23 | 1 | -7/+8 |
* | fold variables for screen dimensions into the app framework | Kartik K. Agaram | 2022-05-22 | 1 | -8/+8 |
* | basic test-enabled framework | Kartik K. Agaram | 2022-05-22 | 1 | -26/+25 |
* | rename | Kartik K. Agaram | 2022-05-22 | 1 | -1/+3 |
* | beginnings of a test harness | Kartik K. Agaram | 2022-05-22 | 1 | -0/+1 |
* | bugfix: printing the first part of a line at the bottom made it seem non-wrap... | Kartik K. Agaram | 2022-05-21 | 1 | -9/+17 |
* | I feel confident now that page-down is working. | Kartik K. Agaram | 2022-05-21 | 1 | -2/+3 |
* | beginning of a new approach to scroll+wrap | Kartik K. Agaram | 2022-05-21 | 1 | -25/+31 |
* | bugfix: escape key to hide online help | Kartik K. Agaram | 2022-05-21 | 1 | -0/+6 |
* | support for naming points | Kartik K. Agaram | 2022-05-21 | 1 | -0/+27 |
* | keep cursor on screen when pressing 'down' | Kartik K. Agaram | 2022-05-20 | 1 | -1/+1 |
* | reduce ambitions a bit: page up/down need not start screen from the middle of... | Kartik K. Agaram | 2022-05-20 | 1 | -13/+14 |
* | ensure Filename is writable when opened outside a terminal | Kartik K. Agaram | 2022-05-20 | 1 | -1/+1 |
* | snapshot - no, that's all wrong | Kartik K. Agaram | 2022-05-20 | 1 | -9/+11 |
* | new globals: draw partial screen line up top | Kartik K. Agaram | 2022-05-20 | 1 | -0/+3 |
* | start using some globals | Kartik K. Agaram | 2022-05-20 | 1 | -1/+1 |
* | move | Kartik K. Agaram | 2022-05-20 | 1 | -2/+4 |
* | 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 | -4/+1 |
* | bugfix: text past cursor was rendered red on wrapped lines | Kartik K. Agaram | 2022-05-19 | 1 | -0/+1 |
* | change text cursor shape | Kartik K. Agaram | 2022-05-19 | 1 | -2/+3 |
* | clicking now moves the cursor even on long, wrapped lines | Kartik K. Agaram | 2022-05-19 | 1 | -2/+2 |
* | make text and drawings the same width | Kartik K. Agaram | 2022-05-19 | 1 | -5/+3 |
* | comment | Kartik K. Agaram | 2022-05-19 | 1 | -6/+1 |
* | eliminate assumptions that line length == size in bytes | Kartik K. Agaram | 2022-05-19 | 1 | -3/+3 |
* | snapshot: wrapping long lines at word boundaries | Kartik K. Agaram | 2022-05-19 | 1 | -1/+3 |
* | a few more integer coordinates | Kartik K. Agaram | 2022-05-19 | 1 | -1/+1 |
* | this is a bit clearer | Kartik K. Agaram | 2022-05-19 | 1 | -2/+2 |
* | redo y computations | Kartik K. Agaram | 2022-05-19 | 1 | -4/+8 |
* | simpler | Kartik K. Agaram | 2022-05-19 | 1 | -1/+1 |
* | delete another arg that can be deduced | Kartik K. Agaram | 2022-05-19 | 1 | -1/+1 |
* | delete unused arg | Kartik K. Agaram | 2022-05-19 | 1 | -1/+1 |
* | ensure integer coordinates | Kartik K. Agaram | 2022-05-19 | 1 | -1/+1 |
* | bugfix: ensure Cursor_line is always on a text line | Kartik K. Agaram | 2022-05-18 | 1 | -3/+4 |
* | bugfix: position cursor up top when loading file | Kartik K. Agaram | 2022-05-18 | 1 | -0/+2 |
* | scroll past first page | Kartik K. Agaram | 2022-05-18 | 1 | -20/+49 |
* | highlight another global | Kartik K. Agaram | 2022-05-17 | 1 | -1/+1 |
* | forgot to move this special case out | Kartik K. Agaram | 2022-05-17 | 1 | -0/+5 |
* | . | Kartik K. Agaram | 2022-05-17 | 1 | -2/+2 |
* | delegate update events to drawings | Kartik K. Agaram | 2022-05-17 | 1 | -21/+1 |