From ecbe7c56f288f7b2a72764b39cc2e06a169fea8b Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Sun, 11 Feb 2007 04:14:14 +0000 Subject: May specify privcollaps=1 in config to hide pm window on start up --- vchat-ui.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'vchat-ui.c') diff --git a/vchat-ui.c b/vchat-ui.c index 6742656..544644d 100755 --- a/vchat-ui.c +++ b/vchat-ui.c @@ -788,7 +788,7 @@ resize (int signal) if( topic ) wresize(topic,1,screensx); - /* public channel is always their and its height depends on: + /* public channel is always there and its height depends on: * existence and visibility of priv window * existence of a topic line (oldschool vchat style) */ @@ -1211,6 +1211,10 @@ initui (void) rl_callback_handler_install ("", (rl_vcpfunc_t *) linecomplete); #endif + + if( getintoption(CF_PRIVCOLLAPS) ) + toggleprivwin(); + /* writeout( ">> Ctrl-X <<"); -- cgit v1.2.3