modern-irc
modern-irc copied to clipboard
No way to change background without foreground
Please fix/add:
^C,<COLOR>
This is especially useful when combined with RGB colors.
Unless this is implemented in a few clients out there already, unfortunately I'm not able to specify it
hexchat does it.
Thanks, I'll do some testing with my test system to confirm!
Weechat supports this as well as a second random data-point.
I'm not sure if under-the-hood it's translating it to the more common form (fg,bg) or not. presumably it is, and it's just a user convenience thing?
Irssi will remove this to match mIRC https://github.com/irssi/irssi/pull/742
Should the same logic also apply to hex colours then?
The Lounge currently does not handle this case either.
The specific case detailed in that issue looks weird. I'm gonna test this a bit more extensively and update the page based on those results, to ensure I'm getting the right behaviour detailed.