The US-ASCII ESC character.

Property definitions

console $ TermEscape :: esc
	# The US-ASCII ESC character.
	protected fun esc: Char do return 27.code_point
lib/console/console.nit:24,2--25,48