mirror of
https://github.com/weechat/weechat.git
synced 2026-07-09 03:03:12 +02:00
irc: add support of RGB colors in messages (issue #2025)
This is made using standard color code '\x04' followed by text color (RGB as hexadecimal) and optional background (RGB as hexadecimal).
This commit is contained in:
@@ -140,6 +140,7 @@ gui_key_default_bindings (int context, int create_option)
|
||||
BIND("ctrl-s,ctrl-u", "/allbuf /buffer set unread");
|
||||
BIND("ctrl-c,b", "/input insert \\x02");
|
||||
BIND("ctrl-c,c", "/input insert \\x03");
|
||||
BIND("ctrl-c,d", "/input insert \\x04");
|
||||
BIND("ctrl-c,i", "/input insert \\x1D");
|
||||
BIND("ctrl-c,o", "/input insert \\x0F");
|
||||
BIND("ctrl-c,v", "/input insert \\x16");
|
||||
|
||||
Reference in New Issue
Block a user