diff options
author | Timo Sirainen <cras@irssi.org> | 2002-03-11 05:19:25 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2002-03-11 05:19:25 +0000 |
commit | 1b6e57f8ab2497661897b57c981384081b55706e (patch) | |
tree | 70f98551cf46bc80f70a0e000288290839c3d522 /docs/startup-HOWTO.html | |
parent | 8c67a92efb111d47099e4939558c39e3d6d4910c (diff) | |
download | irssi-1b6e57f8ab2497661897b57c981384081b55706e.zip |
"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
Diffstat (limited to 'docs/startup-HOWTO.html')
-rw-r--r-- | docs/startup-HOWTO.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/startup-HOWTO.html b/docs/startup-HOWTO.html index 9979f451..cbfa985a 100644 --- a/docs/startup-HOWTO.html +++ b/docs/startup-HOWTO.html @@ -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> |