xref: /csrg-svn/usr.bin/window/windowrc (revision 14843)
1*14843Sedward#	@(#)windowrc	3.3 83/08/25
214804Sedward
314804Sedward# configuration file example for window manager
414807Sedward# to be installed in ~/.windowrc
514804Sedward#
614804Sedward# creates two unequal sized windows of full screen width.
714804Sedward
8*14843Sedward# terse				# set terse mode
9*14843Sedward# escape ^A			# set escape character
10*14843Sedward# buffer 50			# set default buffer size
11*14843Sedward				# initially, this is 48
1214804Sedward
13*14843Sedwardwindow * * 15 * 100		# top window 15 lines, 100 lines in the buffer
1414804Sedwardlabel 1 "Top Window"		# label it
1514804Sedwardwindow 17 * * *			# bottom window rest of the screen
16*14843Sedward				# with default buffer size
1714804Sedwardlabel 2 "Bottom Window"		# label
1814804Sedward%1				# current window is 1
19