mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
Before, we were manually clipping the position of the cursor in vertical movement methods. Now we can just increment / decrement the row and the position will be clipped when it is assigned. Also, changed the definition of clip screen position to always 0 out the column when the row is negative.