Void printAtColour(Int x, Int y, String text, Int colour, WeightName weight)
Arguments
x: The screen rowy: The screen columntext: The text to addcolour: The colour of the text (from functions such as Curses::Cyanweight: The weight of the text
Usage
Add new text at the specified position, with the specified colour and weight.