This file is indexed.

/usr/share/ircII/script/window is in ircii 20151120-1+b1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
#	$eterna: window,v 1.2 2001/08/12 15:57:12 mrg Exp $
#
# Emacs-like window handling
#
bind meta2-o next_window
bind meta2-0 parse window kill
bind meta2-1 parse window kill_others
bind meta2-2 parse window new
bind meta2-= parse window balance
bind meta2-+ parse window grow 1
bind meta2-- parse window shrink 1
bind meta2-z parse window grow 1
bind meta2-^z parse window shrink 1
# bind meta2-^ parse window grow 1
# bind meta2-^^ parse window grow 1