Clear the entire window so it can be repainted from scratch with a refresh

Property definitions

curses $ Window :: wclear
	# Clear the entire window so it can be repainted from scratch with a refresh
	fun wclear `{
		wclear(self);
	`}
lib/curses/curses.nit:50,2--53,3