set_char


Description:

public void set_char (char c, bool move_next = false)

Sets the character at the current cursor position.

Parameters:

c

The new character.

move_next

If true, the cursor will be moved to the next character.