Added /MANUAL-WINDOWS alias which removes all automated windowing stuff.

Startup message also mentions it.


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3261 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2004-07-11 14:41:46 +00:00 committed by cras
parent 820b59db66
commit 84b23e20c2
2 changed files with 6 additions and 5 deletions

View File

@ -156,6 +156,7 @@ aliases = {
SBAR = "STATUSBAR"; SBAR = "STATUSBAR";
INVITELIST = "mode $C +I"; INVITELIST = "mode $C +I";
Q = "QUERY"; Q = "QUERY";
"MANUAL-WINDOWS" = "set use_status_window off;set autocreate_windows off;set autocreate_query_level none;set autoclose_windows off;set reuse_unused_windows on;save";
}; };
statusbar = { statusbar = {

View File

@ -84,11 +84,11 @@ int quitting;
static const char *firsttimer_text = static const char *firsttimer_text =
"Looks like this is the first time you've run irssi.\n" "Looks like this is the first time you've run irssi.\n"
"This is just a reminder that you really should go read\n" "This is just a reminder that you really should go read\n"
"startup-HOWTO if you haven't already. Irssi's default\n" "startup-HOWTO if you haven't already. You can find it\n"
"settings aren't probably what you've been used to, and you\n" "and more irssi beginner info at http://irssi.org/help/\n"
"shouldn't judge the whole client as crap based on them.\n\n" "\n"
"You can find startup-HOWTO and more irssi beginner info at\n" "For the truly impatient people who don't like any automatic\n"
"http://irssi.org/beginner/"; "window creation or closing, just type: /MANUAL-WINDOWS";
static int display_firsttimer = FALSE; static int display_firsttimer = FALSE;