Page 1 of 1
Feature Request: Coloring appended output / commands
Posted: 02 May 2015 08:23
by Vlek
It would be nice to have a second parameter for appended output and sending commands to give a color for them as well. The only way around this is to create triggers for all of one's outputs that they would like colored and several different ones or a long if statement list of outputs in one trigger but that's a headache.
Re: Feature Request: Coloring appended output / commands
Posted: 02 May 2015 18:44
by cotillion
The documenation for append is wrong, it actually takes colours.
It's: append(message, foreground, background)
I'll see what I can do about send
Re: Feature Request: Coloring appended output / commands
Posted: 03 May 2015 08:14
by Vlek
Thank you, that's awesome. I found another way around it. Right after one does their output.append, they can do output.color to then color it.