Synopsis:
term_put_nch(character, number_of_times)
Arguments:
character - The character to write
number_of_times - the number of times to write the character
Description: This function writes the specified character to the screen at the current cursor position the given number_of_times. The cursor position remains unchanged after a call to term_put_nch() and to move it will require an explicit call to term_cur_pos().
The characters are written in the current active colour for the task as set by term_colour().
Returns: 0 for success or -1 for error