1
edit
Changes
no edit summary
// if (*instermode){
// do something with str[*strOffset+ *curPosition]
// Push all the characters on the right hand of the cursorto the right to make room for new character. // Move the cursor after the new inserted character.
// }
// else{
// do something else with str(.....
// Move the cursor after the new overwrite character
// }
//}