Terminal Console Library Quick Reference
Previous Topic  Next Topic 

applog(str1[,str2],...]]);

syslog(str1[,str2],...]]);

errlog(str1[,str2],...]]);

tracelog(str1[,str2[,...]]);

term_log(str1[,str2[,...]]);

term_write(str1[,str2[,...]]);

term_scroll_area(row,column,width,height)

term_cur_pos(row,column);

term_print(str1[,str2[,...]]);

term_box(row,column,width,height)

term_colour(forground,background)/term_colour(user_defined_colout)

term_put_nch(character,number_of_times)

term_fill(row,column,width,height,character)

term_attr_def(attribute_num,fgcolour_24bit,bgcolour_24bit)

term_clear()

term_kbgetx()

term_kbget()

term_kbqsize()

term_errctl(on_off)

term_edit(row, column, width, initial, attribute)

term_resize(rows,columns[,FontSize[,FontName]])

term_size(pRows,pColumns)