commit | 72965e3454ae254455c6d6ce69cf0d5af62dc2db | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Tue Jul 04 06:22:18 2000 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Tue Jul 04 06:22:18 2000 +0000 |
tree | fee30ee9bd09708b3a84e525d9c2ed144f51c7df | |
parent | b54833cde0dfde26ad7c2d3a6cda9d7ff2dfe9ba [diff] |
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