From b522060cef3a5cd00ef35688e58cc397e4cc806b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Fri, 19 May 2017 07:39:23 +0200 Subject: buflist: add variable ${current_buffer} in bar item evaluation --- po/weechat.pot | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'po/weechat.pot') diff --git a/po/weechat.pot b/po/weechat.pot index 3e8637c33..5539fed8e 100644 --- a/po/weechat.pot +++ b/po/weechat.pot @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2017-05-18 21:59+0200\n" +"POT-Creation-Date: 2017-05-19 07:35+0200\n" "PO-Revision-Date: 2014-08-16 10:27+0200\n" "Last-Translator: Sébastien Helleu \n" "Language-Team: weechat-dev \n" @@ -4061,6 +4061,9 @@ msgid "" " - ${format_buffer}: the evaluated value of option buflist.format.buffer; " "this can be used in option buflist.format.buffer_current to just change the " "background color for example\n" +" - ${current_buffer}: a boolean (\"0\" or \"1\"), \"1\" if this is the " +"current buffer; it can be used in a condition: ${if:" +"${current_buffer}?...:...}\n" " - ${format_number}: indented number with separator (evaluation of option " "buflist.format.number)\n" " - ${number}: indented number, for example \" 1\" if there are between 10 " -- cgit v1.2.3