From 6b2c9d2cb8ae0057faffd29fc61b0ab67ae71c7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 26 Apr 2015 11:50:39 +0200 Subject: api: add support of environment variables in function string_eval_expression() and command /eval (issue #388) --- po/cs.po | 10 ++++++---- po/de.po | 11 +++++++---- po/es.po | 10 ++++++---- po/fr.po | 20 ++++++++++++-------- po/hu.po | 10 ++++++---- po/it.po | 10 ++++++---- po/ja.po | 11 +++++++---- po/pl.po | 10 ++++++---- po/pt_BR.po | 10 ++++++---- po/ru.po | 10 ++++++---- po/tr.po | 10 ++++++---- po/weechat.pot | 10 ++++++---- 12 files changed, 80 insertions(+), 52 deletions(-) (limited to 'po') diff --git a/po/cs.po b/po/cs.po index a13ee9a3a..fbcdd40ee 100644 --- a/po/cs.po +++ b/po/cs.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2015-04-25 12:59+0200\n" +"POT-Creation-Date: 2015-04-26 10:44+0200\n" "PO-Revision-Date: 2015-03-21 08:41+0100\n" "Last-Translator: Jiri Golembiovsky \n" "Language-Team: weechat-dev \n" @@ -1472,9 +1472,10 @@ msgid "" " 2. a string with chars to hide (format: \"hide:char,string\")\n" " 3. a color (format: \"color:xxx\")\n" " 4. an info (format: \"info:name,arguments\", arguments are optional)\n" -" 5. an option (format: \"file.section.option\")\n" -" 6. a local variable in buffer\n" -" 7. a hdata name/variable (the value is automatically converted to string), " +" 5. an environment variable (format: \"env:XXX\")\n" +" 6. an option (format: \"file.section.option\")\n" +" 7. a local variable in buffer\n" +" 8. a hdata name/variable (the value is automatically converted to string), " "by default \"window\" and \"buffer\" point to current window/buffer.\n" "Format for hdata can be one of following:\n" " hdata.var1.var2...: start with a hdata (pointer must be known), and ask " @@ -1489,6 +1490,7 @@ msgid "" "\n" "Examples (simple strings):\n" " /eval -n ${info:version} ==> 0.4.3\n" +" /eval -n ${env:HOME} ==> /home/user\n" " /eval -n ${weechat.look.scroll_amount} ==> 3\n" " /eval -n ${window} ==> 0x2549aa0\n" " /eval -n ${window.buffer} ==> 0x2549320\n" diff --git a/po/de.po b/po/de.po index 405f1501c..df7faa1f4 100644 --- a/po/de.po +++ b/po/de.po @@ -24,7 +24,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2015-04-25 12:59+0200\n" +"POT-Creation-Date: 2015-04-26 10:44+0200\n" "PO-Revision-Date: 2015-04-25 16:34+0100\n" "Last-Translator: Nils Görs \n" "Language-Team: German <>\n" @@ -1544,6 +1544,7 @@ msgstr "evaluierter Ausdruck" msgid "[-n|-s] || [-n] -c " msgstr "[-n|-s] || [-n] -c " +#, fuzzy msgid "" " -n: display result without sending it to buffer (debug mode)\n" " -s: split expression before evaluating it (many commands can be " @@ -1581,9 +1582,10 @@ msgid "" " 2. a string with chars to hide (format: \"hide:char,string\")\n" " 3. a color (format: \"color:xxx\")\n" " 4. an info (format: \"info:name,arguments\", arguments are optional)\n" -" 5. an option (format: \"file.section.option\")\n" -" 6. a local variable in buffer\n" -" 7. a hdata name/variable (the value is automatically converted to string), " +" 5. an environment variable (format: \"env:XXX\")\n" +" 6. an option (format: \"file.section.option\")\n" +" 7. a local variable in buffer\n" +" 8. a hdata name/variable (the value is automatically converted to string), " "by default \"window\" and \"buffer\" point to current window/buffer.\n" "Format for hdata can be one of following:\n" " hdata.var1.var2...: start with a hdata (pointer must be known), and ask " @@ -1598,6 +1600,7 @@ msgid "" "\n" "Examples (simple strings):\n" " /eval -n ${info:version} ==> 0.4.3\n" +" /eval -n ${env:HOME} ==> /home/user\n" " /eval -n ${weechat.look.scroll_amount} ==> 3\n" " /eval -n ${window} ==> 0x2549aa0\n" " /eval -n ${window.buffer} ==> 0x2549320\n" diff --git a/po/es.po b/po/es.po index 5d6d3a8e9..92ebc1bee 100644 --- a/po/es.po +++ b/po/es.po @@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2015-04-25 12:59+0200\n" +"POT-Creation-Date: 2015-04-26 10:44+0200\n" "PO-Revision-Date: 2015-03-21 08:41+0100\n" "Last-Translator: Elián Hanisch \n" "Language-Team: weechat-dev \n" @@ -1511,9 +1511,10 @@ msgid "" " 2. a string with chars to hide (format: \"hide:char,string\")\n" " 3. a color (format: \"color:xxx\")\n" " 4. an info (format: \"info:name,arguments\", arguments are optional)\n" -" 5. an option (format: \"file.section.option\")\n" -" 6. a local variable in buffer\n" -" 7. a hdata name/variable (the value is automatically converted to string), " +" 5. an environment variable (format: \"env:XXX\")\n" +" 6. an option (format: \"file.section.option\")\n" +" 7. a local variable in buffer\n" +" 8. a hdata name/variable (the value is automatically converted to string), " "by default \"window\" and \"buffer\" point to current window/buffer.\n" "Format for hdata can be one of following:\n" " hdata.var1.var2...: start with a hdata (pointer must be known), and ask " @@ -1528,6 +1529,7 @@ msgid "" "\n" "Examples (simple strings):\n" " /eval -n ${info:version} ==> 0.4.3\n" +" /eval -n ${env:HOME} ==> /home/user\n" " /eval -n ${weechat.look.scroll_amount} ==> 3\n" " /eval -n ${window} ==> 0x2549aa0\n" " /eval -n ${window.buffer} ==> 0x2549320\n" diff --git a/po/fr.po b/po/fr.po index fd50002de..eeef3b0c2 100644 --- a/po/fr.po +++ b/po/fr.po @@ -21,8 +21,8 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2015-04-25 12:59+0200\n" -"PO-Revision-Date: 2015-04-25 12:59+0200\n" +"POT-Creation-Date: 2015-04-26 10:44+0200\n" +"PO-Revision-Date: 2015-04-26 11:43+0200\n" "Last-Translator: Sébastien Helleu \n" "Language-Team: weechat-dev \n" "Language: fr\n" @@ -1553,9 +1553,10 @@ msgid "" " 2. a string with chars to hide (format: \"hide:char,string\")\n" " 3. a color (format: \"color:xxx\")\n" " 4. an info (format: \"info:name,arguments\", arguments are optional)\n" -" 5. an option (format: \"file.section.option\")\n" -" 6. a local variable in buffer\n" -" 7. a hdata name/variable (the value is automatically converted to string), " +" 5. an environment variable (format: \"env:XXX\")\n" +" 6. an option (format: \"file.section.option\")\n" +" 7. a local variable in buffer\n" +" 8. a hdata name/variable (the value is automatically converted to string), " "by default \"window\" and \"buffer\" point to current window/buffer.\n" "Format for hdata can be one of following:\n" " hdata.var1.var2...: start with a hdata (pointer must be known), and ask " @@ -1570,6 +1571,7 @@ msgid "" "\n" "Examples (simple strings):\n" " /eval -n ${info:version} ==> 0.4.3\n" +" /eval -n ${env:HOME} ==> /home/user\n" " /eval -n ${weechat.look.scroll_amount} ==> 3\n" " /eval -n ${window} ==> 0x2549aa0\n" " /eval -n ${window.buffer} ==> 0x2549320\n" @@ -1629,9 +1631,10 @@ msgstr "" " 3. une couleur (format : \"color:xxx\")\n" " 4. une info (format : \"info:nom,paramètres\", les paramètres sont " "optionnels)\n" -" 5. une option (format : \"fichier.section.option\")\n" -" 6. une variable locale du tampon\n" -" 7. un hdata/variable (la valeur est automatiquement convertie en chaîne), " +" 5. une variable d'environnement (format : \"env:XXX\")\n" +" 6. une option (format : \"fichier.section.option\")\n" +" 7. une variable locale du tampon\n" +" 8. un hdata/variable (la valeur est automatiquement convertie en chaîne), " "par défaut \"window\" et \"buffer\" pointent vers la fenêtre et le tampon " "courants.\n" "Le format du hdata peut être le suivant :\n" @@ -1649,6 +1652,7 @@ msgstr "" "\n" "Exemples (chaînes simples) :\n" " /eval -n ${info:version} ==> 0.4.3\n" +" /eval -n ${env:HOME} ==> /home/user\n" " /eval -n ${weechat.look.scroll_amount} ==> 3\n" " /eval -n ${window} ==> 0x2549aa0\n" " /eval -n ${window.buffer} ==> 0x2549320\n" diff --git a/po/hu.po b/po/hu.po index d3b30aa7f..6c5d050f5 100644 --- a/po/hu.po +++ b/po/hu.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2015-04-25 12:59+0200\n" +"POT-Creation-Date: 2015-04-26 10:44+0200\n" "PO-Revision-Date: 2015-03-21 08:41+0100\n" "Last-Translator: Andras Voroskoi \n" "Language-Team: weechat-dev \n" @@ -1403,9 +1403,10 @@ msgid "" " 2. a string with chars to hide (format: \"hide:char,string\")\n" " 3. a color (format: \"color:xxx\")\n" " 4. an info (format: \"info:name,arguments\", arguments are optional)\n" -" 5. an option (format: \"file.section.option\")\n" -" 6. a local variable in buffer\n" -" 7. a hdata name/variable (the value is automatically converted to string), " +" 5. an environment variable (format: \"env:XXX\")\n" +" 6. an option (format: \"file.section.option\")\n" +" 7. a local variable in buffer\n" +" 8. a hdata name/variable (the value is automatically converted to string), " "by default \"window\" and \"buffer\" point to current window/buffer.\n" "Format for hdata can be one of following:\n" " hdata.var1.var2...: start with a hdata (pointer must be known), and ask " @@ -1420,6 +1421,7 @@ msgid "" "\n" "Examples (simple strings):\n" " /eval -n ${info:version} ==> 0.4.3\n" +" /eval -n ${env:HOME} ==> /home/user\n" " /eval -n ${weechat.look.scroll_amount} ==> 3\n" " /eval -n ${window} ==> 0x2549aa0\n" " /eval -n ${window.buffer} ==> 0x2549320\n" diff --git a/po/it.po b/po/it.po index 8c54eade7..38e764ddb 100644 --- a/po/it.po +++ b/po/it.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2015-04-25 12:59+0200\n" +"POT-Creation-Date: 2015-04-26 10:44+0200\n" "PO-Revision-Date: 2015-03-21 08:41+0100\n" "Last-Translator: Esteban I. Ruiz Moreno \n" "Language-Team: weechat-dev \n" @@ -1494,9 +1494,10 @@ msgid "" " 2. a string with chars to hide (format: \"hide:char,string\")\n" " 3. a color (format: \"color:xxx\")\n" " 4. an info (format: \"info:name,arguments\", arguments are optional)\n" -" 5. an option (format: \"file.section.option\")\n" -" 6. a local variable in buffer\n" -" 7. a hdata name/variable (the value is automatically converted to string), " +" 5. an environment variable (format: \"env:XXX\")\n" +" 6. an option (format: \"file.section.option\")\n" +" 7. a local variable in buffer\n" +" 8. a hdata name/variable (the value is automatically converted to string), " "by default \"window\" and \"buffer\" point to current window/buffer.\n" "Format for hdata can be one of following:\n" " hdata.var1.var2...: start with a hdata (pointer must be known), and ask " @@ -1511,6 +1512,7 @@ msgid "" "\n" "Examples (simple strings):\n" " /eval -n ${info:version} ==> 0.4.3\n" +" /eval -n ${env:HOME} ==> /home/user\n" " /eval -n ${weechat.look.scroll_amount} ==> 3\n" " /eval -n ${window} ==> 0x2549aa0\n" " /eval -n ${window.buffer} ==> 0x2549320\n" diff --git a/po/ja.po b/po/ja.po index ce66f4753..77571c641 100644 --- a/po/ja.po +++ b/po/ja.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2015-04-25 12:59+0200\n" +"POT-Creation-Date: 2015-04-26 10:44+0200\n" "PO-Revision-Date: 2015-04-25 08:10+0200\n" "Last-Translator: AYANOKOUZI, Ryuunosuke \n" "Language-Team: Japanese \n" @@ -1479,6 +1479,7 @@ msgstr "式を評価" msgid "[-n|-s] || [-n] -c " msgstr "[-n|-s] || [-n] -c " +#, fuzzy msgid "" " -n: display result without sending it to buffer (debug mode)\n" " -s: split expression before evaluating it (many commands can be " @@ -1516,9 +1517,10 @@ msgid "" " 2. a string with chars to hide (format: \"hide:char,string\")\n" " 3. a color (format: \"color:xxx\")\n" " 4. an info (format: \"info:name,arguments\", arguments are optional)\n" -" 5. an option (format: \"file.section.option\")\n" -" 6. a local variable in buffer\n" -" 7. a hdata name/variable (the value is automatically converted to string), " +" 5. an environment variable (format: \"env:XXX\")\n" +" 6. an option (format: \"file.section.option\")\n" +" 7. a local variable in buffer\n" +" 8. a hdata name/variable (the value is automatically converted to string), " "by default \"window\" and \"buffer\" point to current window/buffer.\n" "Format for hdata can be one of following:\n" " hdata.var1.var2...: start with a hdata (pointer must be known), and ask " @@ -1533,6 +1535,7 @@ msgid "" "\n" "Examples (simple strings):\n" " /eval -n ${info:version} ==> 0.4.3\n" +" /eval -n ${env:HOME} ==> /home/user\n" " /eval -n ${weechat.look.scroll_amount} ==> 3\n" " /eval -n ${window} ==> 0x2549aa0\n" " /eval -n ${window.buffer} ==> 0x2549320\n" diff --git a/po/pl.po b/po/pl.po index 90395d676..9c463ca0b 100644 --- a/po/pl.po +++ b/po/pl.po @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2015-04-25 12:59+0200\n" +"POT-Creation-Date: 2015-04-26 10:44+0200\n" "PO-Revision-Date: 2015-03-21 08:41+0100\n" "Last-Translator: Krzysztof Korościk \n" "Language-Team: weechat-dev \n" @@ -1528,9 +1528,10 @@ msgid "" " 2. a string with chars to hide (format: \"hide:char,string\")\n" " 3. a color (format: \"color:xxx\")\n" " 4. an info (format: \"info:name,arguments\", arguments are optional)\n" -" 5. an option (format: \"file.section.option\")\n" -" 6. a local variable in buffer\n" -" 7. a hdata name/variable (the value is automatically converted to string), " +" 5. an environment variable (format: \"env:XXX\")\n" +" 6. an option (format: \"file.section.option\")\n" +" 7. a local variable in buffer\n" +" 8. a hdata name/variable (the value is automatically converted to string), " "by default \"window\" and \"buffer\" point to current window/buffer.\n" "Format for hdata can be one of following:\n" " hdata.var1.var2...: start with a hdata (pointer must be known), and ask " @@ -1545,6 +1546,7 @@ msgid "" "\n" "Examples (simple strings):\n" " /eval -n ${info:version} ==> 0.4.3\n" +" /eval -n ${env:HOME} ==> /home/user\n" " /eval -n ${weechat.look.scroll_amount} ==> 3\n" " /eval -n ${window} ==> 0x2549aa0\n" " /eval -n ${window.buffer} ==> 0x2549320\n" diff --git a/po/pt_BR.po b/po/pt_BR.po index 0a6eb6b9d..ee72fc177 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2015-04-25 12:59+0200\n" +"POT-Creation-Date: 2015-04-26 10:44+0200\n" "PO-Revision-Date: 2015-03-21 08:41+0100\n" "Last-Translator: Eduardo Elias \n" "Language-Team: weechat-dev \n" @@ -1556,9 +1556,10 @@ msgid "" " 2. a string with chars to hide (format: \"hide:char,string\")\n" " 3. a color (format: \"color:xxx\")\n" " 4. an info (format: \"info:name,arguments\", arguments are optional)\n" -" 5. an option (format: \"file.section.option\")\n" -" 6. a local variable in buffer\n" -" 7. a hdata name/variable (the value is automatically converted to string), " +" 5. an environment variable (format: \"env:XXX\")\n" +" 6. an option (format: \"file.section.option\")\n" +" 7. a local variable in buffer\n" +" 8. a hdata name/variable (the value is automatically converted to string), " "by default \"window\" and \"buffer\" point to current window/buffer.\n" "Format for hdata can be one of following:\n" " hdata.var1.var2...: start with a hdata (pointer must be known), and ask " @@ -1573,6 +1574,7 @@ msgid "" "\n" "Examples (simple strings):\n" " /eval -n ${info:version} ==> 0.4.3\n" +" /eval -n ${env:HOME} ==> /home/user\n" " /eval -n ${weechat.look.scroll_amount} ==> 3\n" " /eval -n ${window} ==> 0x2549aa0\n" " /eval -n ${window.buffer} ==> 0x2549320\n" diff --git a/po/ru.po b/po/ru.po index 829958375..ccf5c37d1 100644 --- a/po/ru.po +++ b/po/ru.po @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2015-04-25 12:59+0200\n" +"POT-Creation-Date: 2015-04-26 10:44+0200\n" "PO-Revision-Date: 2015-03-21 08:41+0100\n" "Last-Translator: Aleksey V Zapparov AKA ixti \n" "Language-Team: weechat-dev \n" @@ -1425,9 +1425,10 @@ msgid "" " 2. a string with chars to hide (format: \"hide:char,string\")\n" " 3. a color (format: \"color:xxx\")\n" " 4. an info (format: \"info:name,arguments\", arguments are optional)\n" -" 5. an option (format: \"file.section.option\")\n" -" 6. a local variable in buffer\n" -" 7. a hdata name/variable (the value is automatically converted to string), " +" 5. an environment variable (format: \"env:XXX\")\n" +" 6. an option (format: \"file.section.option\")\n" +" 7. a local variable in buffer\n" +" 8. a hdata name/variable (the value is automatically converted to string), " "by default \"window\" and \"buffer\" point to current window/buffer.\n" "Format for hdata can be one of following:\n" " hdata.var1.var2...: start with a hdata (pointer must be known), and ask " @@ -1442,6 +1443,7 @@ msgid "" "\n" "Examples (simple strings):\n" " /eval -n ${info:version} ==> 0.4.3\n" +" /eval -n ${env:HOME} ==> /home/user\n" " /eval -n ${weechat.look.scroll_amount} ==> 3\n" " /eval -n ${window} ==> 0x2549aa0\n" " /eval -n ${window.buffer} ==> 0x2549320\n" diff --git a/po/tr.po b/po/tr.po index ae65294ee..5a0cd0f1b 100644 --- a/po/tr.po +++ b/po/tr.po @@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2015-04-25 12:59+0200\n" +"POT-Creation-Date: 2015-04-26 10:44+0200\n" "PO-Revision-Date: 2015-03-10 21:33+0100\n" "Last-Translator: Hasan Kiran \n" "Language-Team: weechat-dev \n" @@ -1260,9 +1260,10 @@ msgid "" " 2. a string with chars to hide (format: \"hide:char,string\")\n" " 3. a color (format: \"color:xxx\")\n" " 4. an info (format: \"info:name,arguments\", arguments are optional)\n" -" 5. an option (format: \"file.section.option\")\n" -" 6. a local variable in buffer\n" -" 7. a hdata name/variable (the value is automatically converted to string), " +" 5. an environment variable (format: \"env:XXX\")\n" +" 6. an option (format: \"file.section.option\")\n" +" 7. a local variable in buffer\n" +" 8. a hdata name/variable (the value is automatically converted to string), " "by default \"window\" and \"buffer\" point to current window/buffer.\n" "Format for hdata can be one of following:\n" " hdata.var1.var2...: start with a hdata (pointer must be known), and ask " @@ -1277,6 +1278,7 @@ msgid "" "\n" "Examples (simple strings):\n" " /eval -n ${info:version} ==> 0.4.3\n" +" /eval -n ${env:HOME} ==> /home/user\n" " /eval -n ${weechat.look.scroll_amount} ==> 3\n" " /eval -n ${window} ==> 0x2549aa0\n" " /eval -n ${window.buffer} ==> 0x2549320\n" diff --git a/po/weechat.pot b/po/weechat.pot index d0571b0cd..ff59dec24 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: 2015-04-25 12:59+0200\n" +"POT-Creation-Date: 2015-04-26 10:44+0200\n" "PO-Revision-Date: 2014-08-16 10:27+0200\n" "Last-Translator: Sébastien Helleu \n" "Language-Team: weechat-dev \n" @@ -1262,9 +1262,10 @@ msgid "" " 2. a string with chars to hide (format: \"hide:char,string\")\n" " 3. a color (format: \"color:xxx\")\n" " 4. an info (format: \"info:name,arguments\", arguments are optional)\n" -" 5. an option (format: \"file.section.option\")\n" -" 6. a local variable in buffer\n" -" 7. a hdata name/variable (the value is automatically converted to string), " +" 5. an environment variable (format: \"env:XXX\")\n" +" 6. an option (format: \"file.section.option\")\n" +" 7. a local variable in buffer\n" +" 8. a hdata name/variable (the value is automatically converted to string), " "by default \"window\" and \"buffer\" point to current window/buffer.\n" "Format for hdata can be one of following:\n" " hdata.var1.var2...: start with a hdata (pointer must be known), and ask " @@ -1279,6 +1280,7 @@ msgid "" "\n" "Examples (simple strings):\n" " /eval -n ${info:version} ==> 0.4.3\n" +" /eval -n ${env:HOME} ==> /home/user\n" " /eval -n ${weechat.look.scroll_amount} ==> 3\n" " /eval -n ${window} ==> 0x2549aa0\n" " /eval -n ${window.buffer} ==> 0x2549320\n" -- cgit v1.2.3