Update and display the progress bar.

See display.

Property definitions

console $ TermProgress :: update
	# Update and display the progress bar.
	#
	# See `display`.
	fun update(new_current: Int, metadata: nullable String) do
		current_value = new_current
		display(metadata)
	end
lib/console/console.nit:410,2--416,4