mirror of
https://github.com/weechat/weechat.git
synced 2026-07-04 08:43:13 +02:00
irc: add support of strikethrough color attribute (using half bright) (closes #2248)
As ncurses doesn't support strikethrough, the text is rendered as half bright (WeeChat color: "dim").
This commit is contained in:
@@ -148,6 +148,7 @@ gui_key_default_bindings (int context, int create_option)
|
||||
BIND("ctrl-c,d", "/input insert \\x04");
|
||||
BIND("ctrl-c,i", "/input insert \\x1D");
|
||||
BIND("ctrl-c,o", "/input insert \\x0F");
|
||||
BIND("ctrl-c,s", "/input insert \\x1E");
|
||||
BIND("ctrl-c,v", "/input insert \\x16");
|
||||
BIND("ctrl-c,_", "/input insert \\x1F");
|
||||
BIND("meta-right", "/buffer +1");
|
||||
|
||||
Reference in New Issue
Block a user