Hi

I am trying to combine a scene with annotations spanning several lines.
So far something like 
> scene new, store, message="Line1\nLine2"

would produce some nice coloration effects but not a newline character.

I was able to use the api function to do the trick
>mesg="line1\nline2"
>cmd.scene("new","store",message=mesg)

but I was wondering is there a way to use the non API function in the same
way?

Thanks

        Carsten

Reply via email to