Is it possible, not that I have a valid reason to add one at this time (one in the pipeline), to add a list box to a channel window?
that way, you would have:
______________________
| L | | N |
| I | | I |
| S | MAIN | C |
| T | CHANEL | K |
| | WINDOW | |
| B | | L |
| O | | I |
| X | | S |
| | | T |
|___|______________|___|
Somethink that looks like that?
or maybe:
______________________
| |
| LIST BOX |
|______________________|
| | N |
| | I |
| MAIN | C |
| CHANEL | K |
| WINDOW | L |
| | I |
| | S |
| | T |
|__________________|___|
had to put them in code flags otherwise they wouldn't have looked as I wanted to (Ease of explanation!).
Any suggestions greatly appreciated.
I recall in a thread not far from this one that Online said:
Besides a few coloring/retrieving commands, you can't modify the channel listbox. The way around it would be creating a custom @window with a side-listbox (/window -el15 @chan), hiding the real channel (/window -h #chan), and responding to every channel event/raw in order to /echo them to your custom window... not easy at all.
Would that be a suggestion in this case, or can you only even have one listbox for each custom window?