gtkwave icon indicating copy to clipboard operation
gtkwave copied to clipboard

Change trace Border color of specific ascii value

Open ghost opened this issue 2 years ago • 1 comments

I tried translate filter to change background color for a segment of trace. In order to use the translate filter to modify the background color of a trace, we are using prefix the return string to stdout with the X11 color name surrounded by '?' characters as follows:

?CadetBlue?isync ?red?xor r0,r0,r0 ?lavender?lwz r2,0(r7)

Similarly, How to use this filter for modifying segment border color of the trace?

ghost avatar Mar 29 '23 09:03 ghost

Such a feature to modify the border color doesn't yet exist. -Tony

On Wednesday, March 29, 2023 at 05:06:13 AM EDT, diya555 ***@***.***> wrote:  

I tried translate filter to change background color for a segment of trace. In order to use the translate filter to modify the background color of a trace, we are using prefix the return string to stdout with the X11 color name surrounded by '?' characters as follows:

?CadetBlue?isync ?red?xor r0,r0,r0 ?lavender?lwz r2,0(r7)

Similarly, How to use this filter for modifying segment border color of the trace?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>

gtkwave avatar Mar 29 '23 14:03 gtkwave