forked from PsychoticNinja/ailin-nemui-irssi
some settings updates
This commit is contained in:
parent
91d2a70bcf
commit
f5677d5d5b
@ -496,6 +496,13 @@ See the [appendix](#a-credits) for credits and license information of this docum
|
||||
|
||||
Added in Irssi 0.8.12. Before Irssi 0.8.12, a boolean `actlist_moves` setting existed, which was equivalent to setting actlist_sort to refnum.
|
||||
|
||||
(actlist_separator)=
|
||||
`actlist_separator` **`,`**
|
||||
|
||||
: Which separator to use between windows in the Act: list.
|
||||
|
||||
Added in Irssi 1.4
|
||||
|
||||
(autoclose_query)=
|
||||
`autoclose_query` **`0`**
|
||||
|
||||
@ -716,10 +723,12 @@ See the [appendix](#a-credits) for credits and license information of this docum
|
||||
(colors_ansi_24bit)=
|
||||
`colors_ansi_24bit` **`OFF`**
|
||||
|
||||
: Enable the use of 24-bit color codes, when compiled with `-Denable-true-color=yes`.
|
||||
: Enable the use of 24-bit color codes.
|
||||
|
||||
Note: not all terminals support this. If yours does not, it may result in horrible screen distortion.
|
||||
|
||||
Irssi up to 1.3 need to be compiled with `-Denable-true-color=yes`.
|
||||
|
||||
Added in Irssi 0.8.17
|
||||
|
||||
(names_max_columns)=
|
||||
@ -963,6 +972,20 @@ See the [appendix](#a-credits) for credits and license information of this docum
|
||||
|
||||
Added in Irssi 1.3
|
||||
|
||||
(empty_kill_clears_cutbuffer)=
|
||||
`empty_kill_clears_cutbuffer` **`OFF`**
|
||||
|
||||
: Whether using erase_line on an empty line should be ignored (default) or instead clear the cutbuffer.
|
||||
|
||||
Added in Irssi 1.4
|
||||
|
||||
(glib_log_domains)=
|
||||
`glib_log_domains` **`all`**
|
||||
|
||||
: Irssi will only show GLib log messages of this domain, or `all` for all log messages. This setting can be used to ignore GLib log messages based on the "log domain". Such log messages may be emitted by third party GLib-based libraries.
|
||||
|
||||
Added in Irssi 1.4
|
||||
|
||||
## [misc]
|
||||
|
||||
(auto_whowas)=
|
||||
@ -1215,6 +1238,13 @@ See the [appendix](#a-credits) for credits and license information of this docum
|
||||
|
||||
: Ask you whether you meant to paste something if it's longer than this many lines.
|
||||
|
||||
(paste_ignore_first_nl)=
|
||||
`paste_ignore_first_nl` **`OFF`**
|
||||
|
||||
: Pasting a single line ending with a line break will remove the line break and insert the line into your input prompt instead of sending it.
|
||||
|
||||
Added in Irssi 1.4
|
||||
|
||||
(quit_message)=
|
||||
`quit_message` **`leaving`**
|
||||
|
||||
@ -1354,7 +1384,7 @@ See the [appendix](#a-credits) for credits and license information of this docum
|
||||
Added in Irssi 1.3
|
||||
|
||||
(autoload_modules)=
|
||||
`autoload_modules` **`perl otr`**
|
||||
`autoload_modules` **`irc dcc flood notifylist perl otr`**
|
||||
|
||||
: Which modules should be loaded on Irssi start.
|
||||
|
||||
|
@ -797,6 +797,11 @@ $1 is the server tag (same as $tag)</p>
|
||||
<p>Added in Irssi 0.8.12. Before Irssi 0.8.12, a boolean <code class="docutils literal notranslate"><span class="pre">actlist_moves</span></code> setting existed, which was equivalent to setting actlist_sort to refnum.</p>
|
||||
</dd>
|
||||
</dl>
|
||||
<dl class="simple myst" id="actlist-separator">
|
||||
<dt><code class="docutils literal notranslate"><span class="pre">actlist_separator</span></code> <strong><code class="docutils literal notranslate"><span class="pre">,</span></code></strong></dt><dd><p>Which separator to use between windows in the Act: list.</p>
|
||||
<p>Added in Irssi 1.4</p>
|
||||
</dd>
|
||||
</dl>
|
||||
<dl class="simple myst" id="autoclose-query">
|
||||
<dt><code class="docutils literal notranslate"><span class="pre">autoclose_query</span></code> <strong><code class="docutils literal notranslate"><span class="pre">0</span></code></strong></dt><dd><p>Automatically close query windows after autoclose_query seconds of inactivity. Setting autoclose_query to zero will keep them open until you decide to close them yourself.</p>
|
||||
</dd>
|
||||
@ -965,8 +970,9 @@ background colors as blinking.</p>
|
||||
</dd>
|
||||
</dl>
|
||||
<dl class="simple myst" id="colors-ansi-24bit">
|
||||
<dt><code class="docutils literal notranslate"><span class="pre">colors_ansi_24bit</span></code> <strong><code class="docutils literal notranslate"><span class="pre">OFF</span></code></strong></dt><dd><p>Enable the use of 24-bit color codes, when compiled with <code class="docutils literal notranslate"><span class="pre">-Denable-true-color=yes</span></code>.</p>
|
||||
<dt><code class="docutils literal notranslate"><span class="pre">colors_ansi_24bit</span></code> <strong><code class="docutils literal notranslate"><span class="pre">OFF</span></code></strong></dt><dd><p>Enable the use of 24-bit color codes.</p>
|
||||
<p>Note: not all terminals support this. If yours does not, it may result in horrible screen distortion.</p>
|
||||
<p>Irssi up to 1.3 need to be compiled with <code class="docutils literal notranslate"><span class="pre">-Denable-true-color=yes</span></code>.</p>
|
||||
<p>Added in Irssi 0.8.17</p>
|
||||
</dd>
|
||||
</dl>
|
||||
@ -1153,6 +1159,16 @@ background colors as blinking.</p>
|
||||
<p>Added in Irssi 1.3</p>
|
||||
</dd>
|
||||
</dl>
|
||||
<dl class="simple myst" id="empty-kill-clears-cutbuffer">
|
||||
<dt><code class="docutils literal notranslate"><span class="pre">empty_kill_clears_cutbuffer</span></code> <strong><code class="docutils literal notranslate"><span class="pre">OFF</span></code></strong></dt><dd><p>Whether using erase_line on an empty line should be ignored (default) or instead clear the cutbuffer.</p>
|
||||
<p>Added in Irssi 1.4</p>
|
||||
</dd>
|
||||
</dl>
|
||||
<dl class="simple myst" id="glib-log-domains">
|
||||
<dt><code class="docutils literal notranslate"><span class="pre">glib_log_domains</span></code> <strong><code class="docutils literal notranslate"><span class="pre">all</span></code></strong></dt><dd><p>Irssi will only show GLib log messages of this domain, or <code class="docutils literal notranslate"><span class="pre">all</span></code> for all log messages. This setting can be used to ignore GLib log messages based on the “log domain”. Such log messages may be emitted by third party GLib-based libraries.</p>
|
||||
<p>Added in Irssi 1.4</p>
|
||||
</dd>
|
||||
</dl>
|
||||
</section>
|
||||
<section id="misc">
|
||||
<h2>[misc]<a class="headerlink" href="#misc" title="Permalink to this headline"> </a></h2>
|
||||
@ -1346,6 +1362,11 @@ background colors as blinking.</p>
|
||||
<dt><code class="docutils literal notranslate"><span class="pre">paste_verify_line_count</span></code> <strong><code class="docutils literal notranslate"><span class="pre">5</span></code></strong></dt><dd><p>Ask you whether you meant to paste something if it’s longer than this many lines.</p>
|
||||
</dd>
|
||||
</dl>
|
||||
<dl class="simple myst" id="paste-ignore-first-nl">
|
||||
<dt><code class="docutils literal notranslate"><span class="pre">paste_ignore_first_nl</span></code> <strong><code class="docutils literal notranslate"><span class="pre">OFF</span></code></strong></dt><dd><p>Pasting a single line ending with a line break will remove the line break and insert the line into your input prompt instead of sending it.</p>
|
||||
<p>Added in Irssi 1.4</p>
|
||||
</dd>
|
||||
</dl>
|
||||
<dl class="simple myst" id="quit-message">
|
||||
<dt><code class="docutils literal notranslate"><span class="pre">quit_message</span></code> <strong><code class="docutils literal notranslate"><span class="pre">leaving</span></code></strong></dt><dd><p>Default message to send when /quit’ting.</p>
|
||||
</dd>
|
||||
@ -1452,7 +1473,7 @@ background colors as blinking.</p>
|
||||
</dd>
|
||||
</dl>
|
||||
<dl class="simple myst" id="autoload-modules">
|
||||
<dt><code class="docutils literal notranslate"><span class="pre">autoload_modules</span></code> <strong><code class="docutils literal notranslate"><span class="pre">perl</span> <span class="pre">otr</span></code></strong></dt><dd><p>Which modules should be loaded on Irssi start.</p>
|
||||
<dt><code class="docutils literal notranslate"><span class="pre">autoload_modules</span></code> <strong><code class="docutils literal notranslate"><span class="pre">irc</span> <span class="pre">dcc</span> <span class="pre">flood</span> <span class="pre">notifylist</span> <span class="pre">perl</span> <span class="pre">otr</span></code></strong></dt><dd><p>Which modules should be loaded on Irssi start.</p>
|
||||
<p>Added in Irssi 1.3</p>
|
||||
</dd>
|
||||
</dl>
|
||||
|
BIN
objects.inv
BIN
objects.inv
Binary file not shown.
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user