xref: /csrg-svn/usr.bin/window/windowrc (revision 14804)
1*14804Sedward#	@(#)windowrc	3.1 83/08/22
2*14804Sedward
3*14804Sedward# configuration file example for window manager
4*14804Sedward#
5*14804Sedward# creates two unequal sized windows of full screen width.
6*14804Sedward
7*14804Sedward# terse				# set terse mode (if you want)
8*14804Sedward# escape ^A			# set escape character (if you want)
9*14804Sedward
10*14804Sedwardwindow * * 15 *			# top window 15 lines
11*14804Sedwardlabel 1 "Top Window"		# label it
12*14804Sedwardwindow 17 * * *			# bottom window rest of the screen
13*14804Sedwardlabel 2 "Bottom Window"		# label
14*14804Sedward%1				# current window is 1
15