mvdelch



mvdelch()
{
    move "${1}" "${2}" &&
      addstr "${CMD_DELCH}"
    return ${?}
}