Mitchell Hashimoto 9198adcba3 terminal: Pin.isBetween broken logic
Two bugs:

1. If our pin is the top page, and self.y == top.y, then x will tell us
   the answer. Before, we'd fall through.

2. If our pin is not the top or bottom, but the top == bottom, then we
   can't possibly be between. Before, we'd incorrectly check the linked
   list starting AFTER top.
2024-07-20 14:50:31 -07:00
..
2023-08-20 22:03:20 -07:00
2024-06-24 15:16:24 -07:00
2024-03-22 20:28:05 -07:00
2024-06-24 15:16:24 -07:00