mvaddstr



function mvaddstr
{
    move "${1}" "${2}" &&
      addstr "${3}"
    return ${?}
}