about summary refs log tree commit diff stats
path: root/manual_tests
Commit message (Collapse)AuthorAgeFilesLines
* bugfix: show cursor when past end of lineKartik K. Agaram2022-05-191-0/+1
|
* clicking to the right of a wrapped lineKartik K. Agaram2022-05-191-0/+2
|
* bugfixKartik K. Agaram2022-05-191-0/+1
| | | | | | As usual, binary search is hard to get right. This time I was never actually selecting between left and right when they were just one character apart.
* bugfix: duplicate character on enterKartik K. Agaram2022-05-171-0/+3
|
* bugfix typoKartik K. Agaram2022-05-171-0/+2
|
* let's prevent the text cursor from ever getting on a drawingKartik K. Agaram2022-05-171-0/+7