term_print
Previous Topic  Next Topic 

Synopsis:

        term_print(string1,[string2[,...]]))


Arguments:

     string1,string2...         - The string arguments provided are concatenated together for form the final string to print to the screen.


Description:   This function prints the given strings to the application terminal at the current cursor position.       The cursor position remains unchanged after a call to term_print() and to move it will require an explicit call to term_cur_pos().




Returns: 0 for success or -1 for error