Merge pull request #50 from ailin-nemui/gliblog

Improve handling of GLib log messages

(cherry picked from commit 0e3f6aa4a2)
This commit is contained in:
ailin-nemui 2021-11-17 11:17:59 +01:00 committed by Ailin Nemui
commit 26c4cd8bbf
3 changed files with 70 additions and 7 deletions

View file

@ -288,7 +288,7 @@ FORMAT_REC fecommon_core_formats[] = {
{ "config_saved", "Saved configuration to file $0", 1, { 0 } },
{ "config_reloaded", "Reloaded configuration", 1, { 0 } },
{ "config_modified", "Configuration file was modified since irssi was last started - do you want to overwrite the possible changes?", 1, { 0 } },
{ "glib_error", "{error $0} $1", 2, { 0, 0 } },
{ "glib_error", "{error ($0) $1} $2", 3, { 0, 0, 0 } },
{ "overwrite_config", "Overwrite config (y/N)?", 0 },
{ "set_title", "[{hilight $0}]", 1, { 0 } },
{ "set_item", "$[-!32]0 %_$1", 2, { 0, 0 } },