about summary refs log tree commit diff stats
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* planning out cursor up/down over wrapped linesKartik K. Agaram2022-05-191-3/+3
|
* bugfix: ensure Cursor_line is always on a text lineKartik K. Agaram2022-05-181-0/+8
| | | | | | | | | | | | | | | | | | | | Manual test used here: abc ```lines {"p1":{"y":72,"x":82},"mode":"line","p2":{"y":29,"x":169}} ``` def ```lines {"p1":{"y":36,"x":56},"mode":"line","p2":{"y":59,"x":163}} ``` ```lines ``` ghi jkl Hitting page-down moves the cursor from abc to ghi. The 'ghi' line should be fully visible on screen.
* .Kartik K. Agaram2022-05-171-0/+1
|
* record a known issueKartik K. Agaram2022-05-171-0/+4
Discovered while showing this to Dan Oblinger.