1
0
mirror of https://github.com/irssi/irssi.git synced 2024-07-07 02:54:19 -04:00

"I don't want any windows, I want it just like in ircII!" + /SET

print_active_channel.


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2581 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2002-03-11 05:19:25 +00:00 committed by cras
parent 8c67a92efb
commit 1b6e57f8ab

View File

@ -12,6 +12,7 @@
<li><a href="#c2">Basic user interface usage</a>
<ul>
<li>Split windows work in weird way</li>
<li>I don't want any windows, I want it just like in ircII!</li>
</ul></li>
<li><a href="#c3">Server and channel automation</a>
<ul>
@ -214,6 +215,13 @@ automatic creating of them with</p>
/SET autocreate_windows OFF
</pre>
<p>And if you keep all channels in one window, you most probably want
the channel name printed in each line:</p>
<pre>
/SET print_active_channel ON
</pre>
<p>If you want to group only some channels or queries in one window,
use</p>