insert_char_right CHAR
Inserts one (or more) characters and moves the cursor to the right.
insert_char_left CHAR
Inserts one (or more) characters and keeps the cursor where it is.
delete_char_right COUNT
Deletes one (or more) characters to the right of the cursor and keeps the cursor where it is.
delete_char_left COUNT
Deletes COUNT characters to the left of the cursor and moves the cursor to the left.
Written by Max Maischein <corion@cpan.org>
Copyright Max Maischein 2005,2006; All Rights Reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.