Get the current percent value.

Property definitions

console $ TermProgress :: current_percentage
	# Get the current percent value.
	fun current_percentage: Int do
		return current_value * 100 / max_value
	end
lib/console/console.nit:384,2--387,4