Suspend the curses session and restore the previous terminal

Property definitions

curses $ Window :: endwin
	# Suspend the curses session and restore the previous terminal
	fun endwin `{
		endwin();
	`}
lib/curses/curses.nit:60,2--63,3