On Thu, May 11, 2006 at 04:53:25PM +0100, Andrew Atkinson wrote: > It might be a stupid question but how do I enter a RGB triplet > > tried > > colour map-fg 0 0 100 > > and get 'too many arguments'
Did you try:
colour map-fg [0 0 100]
Cheers,
Olly
