boxer-project / boxer-sunrise

Sunrise on the Boxer Reconstruction Project
BSD 3-Clause "New" or "Revised" License
39 stars 2 forks source link

`rc` and `mouse-rc` use different numberings for rows making it difficult to use these procedures together #88

Closed rigdern closed 4 days ago

rigdern commented 4 days ago

mouse-rc considers row 1 to be the closet whereas rc considers row 1 to be after the closet. Because these procedures number rows differently, you can't use rc to access the row returned by mouse-rc.

Potential fix

I propose that rc be updated to behave like mouse-rc: row 1 should be the closet. Rationale:

Repro steps

mouse rc vs rc.box.zip includes instructions for observing the behaviors of mouse-rc and rc. Screenshot:

image
rigdern commented 4 days ago

Superseded by the more general issue #89.