Apply a white foreground and return self.

Property definitions

console $ TermCharFormat :: white_fg
	# Apply a white foreground and return `self`.
	fun white_fg: TermCharFormat do return apply("37")
lib/console/console.nit:252,2--253,51