1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-09 06:20:45 +00:00

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";
INVITELIST = "mode $C +I";
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 = {

View File

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