mirror of
https://github.com/weechat/weechat.git
synced 2026-07-06 01:33:12 +02:00
core: add support of italic text (requires ncurses >= 5.9 patch 20130831)
This commit is contained in:
@@ -2400,7 +2400,8 @@ COMMAND_CALLBACK(help)
|
||||
"an alias; attributes are allowed before "
|
||||
"color (for text color only, not "
|
||||
"background): \"*\" for bold, \"!\" for "
|
||||
"reverse, \"_\" for underline"));
|
||||
"reverse, \"/\" for italic, \"_\" for "
|
||||
"underline"));
|
||||
if (ptr_option->default_value)
|
||||
{
|
||||
gui_chat_printf (NULL, " %s: %s",
|
||||
|
||||
Reference in New Issue
Block a user