new 'buffer' command and fifth arg to 'window'
authorEdward Wang <edward@ucbvax.Berkeley.EDU>
Fri, 26 Aug 1983 08:58:56 +0000 (00:58 -0800)
committerEdward Wang <edward@ucbvax.Berkeley.EDU>
Fri, 26 Aug 1983 08:58:56 +0000 (00:58 -0800)
SCCS-vsn: usr.bin/window/windowrc 3.3

usr/src/usr.bin/window/windowrc

index 84aa213..6440d28 100644 (file)
@@ -1,15 +1,18 @@
-#      @(#)windowrc    3.2 83/08/22
+#      @(#)windowrc    3.3 83/08/25
 
 # configuration file example for window manager
 # to be installed in ~/.windowrc
 #
 # creates two unequal sized windows of full screen width.
 
 
 # configuration file example for window manager
 # to be installed in ~/.windowrc
 #
 # creates two unequal sized windows of full screen width.
 
-# terse                                # set terse mode (if you want)
-# escape ^A                    # set escape character (if you want)
+# terse                                # set terse mode
+# escape ^A                    # set escape character
+# buffer 50                    # set default buffer size
+                               # initially, this is 48
 
 
-window * * 15 *                        # top window 15 lines
+window * * 15 * 100            # top window 15 lines, 100 lines in the buffer
 label 1 "Top Window"           # label it
 window 17 * * *                        # bottom window rest of the screen
 label 1 "Top Window"           # label it
 window 17 * * *                        # bottom window rest of the screen
+                               # with default buffer size
 label 2 "Bottom Window"                # label
 %1                             # current window is 1
 label 2 "Bottom Window"                # label
 %1                             # current window is 1