Site Tools


window_new
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


window_new [2006/08/29 16:08] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +# $EPIC: window_new.txt,v 1.3 2006/08/20 18:32:13 sthalik Exp $
 +======Synopsis:======
 +[[window]] new
 +
 +======Description:======
 +This creates a new split (visible) window.  This is done by splitting one
 +of the current visible windows in half and giving the other half of its
 +space to the new window.  The [[set always_split_biggest]] variable controls
 +whether the biggest window (ON) or the current window (OFF) is split to
 +make room for the new window.
 +
 +New windows usually initialize with zero values except for:
 +  * The current window's server
 +  * [[set notify_level]]
 +  * [[set scrollback]]
 +  * [[set hold_mode]]
 +  * [[set hold_slider]]
 +  * [[set lastlog_level]]
 +  * [[set lastlog]]
 +
 +[[window level]] is set to NONE, and [[on window_create]] is hooked with the
 +new window's refnum.
 +
 +Window refnums are initialy set to the lowest refnum greater than 0 that 
 +is not in use.  You can change a window's refnum with [[WINDOW NUMBER]] as 
 +long as that window does not have any channels.
 +
 +======History:======
 +This operation was already present in ircII2.1.5g.
  
window_new.txt · Last modified: 2006/08/29 16:08 by 127.0.0.1