Search found 6 matches

by Yunalesca
Fri Jan 28, 2022 5:52 pm
Forum: Scripts & Packages
Topic: Miniconsole Wrap Indent
Replies: 5
Views: 12979

Re: Miniconsole Wrap Indent

setWindowWrapIndent("main", 10) setWindowWrapIndent("mainconsole_container", 10) setWindowWrapIndent("All", 1) I tried these but they don't indent at all or have any effect on my main window or miniconsole. I also messed around with autoWrap and wrapAt but doesn't do an...
by Yunalesca
Fri Jan 28, 2022 12:09 am
Forum: Scripts & Packages
Topic: Miniconsole Wrap Indent
Replies: 5
Views: 12979

Re: Miniconsole Wrap Indent

I mean't I want the miniconsole to indent after the first line wraps. (--Wrapping to
second line--) Like this. I would like the indent to end after the next text segme
nt is sent to the queue. I attached a screenshot for an example.
by Yunalesca
Thu Jan 27, 2022 6:35 pm
Forum: Scripts & Packages
Topic: Miniconsole Wrap Indent
Replies: 5
Views: 12979

Miniconsole Wrap Indent

Anyone know how to wrap indent with miniconsole like it is in the main window. I attached a screenshot.

Left = main window
Right = miniconsole

The miniconsole text code from my last post may be useful (viewtopic.php?f=6&t=23121).
by Yunalesca
Thu Jan 27, 2022 5:54 pm
Forum: Scripts & Packages
Topic: Phrase Color Triggering for #00FF00 within Miniconsole
Replies: 5
Views: 13995

Re: Phrase Color Triggering for #00FF00 within Miniconsole

Thank you so much! It works perfectly!
by Yunalesca
Thu Jan 27, 2022 5:25 pm
Forum: Scripts & Packages
Topic: Phrase Color Triggering for #00FF00 within Miniconsole
Replies: 5
Views: 13995

Re: Phrase Color Triggering for #00FF00 within Miniconsole

I attached another screenshot. The text inside the quotes in black are the contents of the text sent to the miniconsole. The script uses these commands below (not sure if there is more connected) to get and send text to miniconsole: local comm_data = gmcp.comm.channel local replaced = ansi2decho(com...
by Yunalesca
Thu Jan 27, 2022 7:13 am
Forum: Scripts & Packages
Topic: Phrase Color Triggering for #00FF00 within Miniconsole
Replies: 5
Views: 13995

Phrase Color Triggering for #00FF00 within Miniconsole

Hi, if anyone could help with parsing certain phrases with #00FF00 color within the miniconsole and turn it into another color, that would be very very helpful.

I attached a image. I would like the green text to be a different color (this is for the miniconsole not the main window).