mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
Merge branch 'irssi:master' into whois-feature
This commit is contained in:
commit
8ef72898cd
3 changed files with 3 additions and 3 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
%9Parameters:%9
|
%9Parameters:%9
|
||||||
|
|
||||||
The server to search on and the remote sever to search on; if no arguments
|
The server to search on and the remote server to search on; if no arguments
|
||||||
are given, the active server will be used.
|
are given, the active server will be used.
|
||||||
|
|
||||||
%9Description:%9
|
%9Description:%9
|
||||||
|
|
|
||||||
|
|
@ -137,7 +137,7 @@ static void get_server_splits(void *key, NETSPLIT_REC *split,
|
||||||
g_string_append_printf(chanrec->nicks, "%s, ", split->nick);
|
g_string_append_printf(chanrec->nicks, "%s, ", split->nick);
|
||||||
|
|
||||||
if (chanrec->nick_count == netsplit_max_nicks)
|
if (chanrec->nick_count == netsplit_max_nicks)
|
||||||
chanrec->maxnickpos = chanrec->nicks->len;
|
chanrec->maxnickpos = chanrec->nicks->len - 2;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -405,7 +405,7 @@ void gui_printtext_init(void)
|
||||||
indent_functions = g_hash_table_new((GHashFunc) g_str_hash,
|
indent_functions = g_hash_table_new((GHashFunc) g_str_hash,
|
||||||
(GCompareFunc) g_str_equal);
|
(GCompareFunc) g_str_equal);
|
||||||
|
|
||||||
settings_add_int("history", "scrollback_lines", 500);
|
settings_add_int("history", "scrollback_lines", 5000);
|
||||||
settings_add_time("history", "scrollback_time", "1day");
|
settings_add_time("history", "scrollback_time", "1day");
|
||||||
settings_add_time("history", "scrollback_max_age", "0");
|
settings_add_time("history", "scrollback_max_age", "0");
|
||||||
settings_add_int("history", "scrollback_burst_remove", 10);
|
settings_add_int("history", "scrollback_burst_remove", 10);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue