Commits

Eric Andersen committed 72965e3454a
Fixed a potential infinite loop. First delete any chars after the cursor, then delete everything before it. Before this, we would just delete everything before the cursor and freak out if there were still chars left (i.e. stuff after the cursor). -Erik