1
edit
Changes
no edit summary
==Week 5 ==
9/28 - Pair Programming - very eventful!
Issue 1: Problem with End button after a DEL - cursor Position was jumping to maxStrLength. (fixed!)
Issue 2: DEL key - was adjusting the offset and moving characters to the right instead of to the left (fixed!)
Issue 3: INSERT - when in INSERT mode entering characters it was adding the new chars to the left of the cursor instead of to the right of the cursor (fixed!)