Bind resize-scree to #\m-S
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Wed, 1 Sep 1993 18:02:14 +0000 (18:02 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Wed, 1 Sep 1993 18:02:14 +0000 (18:02 +0000)
v7/src/edwin/modefs.scm

index 92148902aa80bb959c1551ed39f4ef13f69b26db..cea4b980892c1fb5fdd913b4aaa57e6a9d361b7d 100644 (file)
@@ -1,8 +1,8 @@
 ;;; -*-Scheme-*-
 ;;;
-;;;    $Id: modefs.scm,v 1.143 1992/11/17 22:46:22 cph Exp $
+;;;    $Id: modefs.scm,v 1.144 1993/09/01 18:02:14 gjr Exp $
 ;;;
-;;;    Copyright (c) 1985, 1989-92 Massachusetts Institute of Technology
+;;;    Copyright (c) 1985, 1989-1993 Massachusetts Institute of Technology
 ;;;
 ;;;    This material was developed by the Scheme project at the
 ;;;    Massachusetts Institute of Technology, Department of
@@ -309,3 +309,5 @@ Like Fundamental mode, but no self-inserting characters.")
 (define-key 'fundamental '(#\c-x #\{) 'shrink-window-horizontally)
 (define-key 'fundamental '(#\c-x #\}) 'enlarge-window-horizontally)
 (define-key 'fundamental '(#\c-x #\rubout) 'backward-kill-sentence)
+;; This should only be bound in NT/Windows
+(define-key 'fundamental #\m-S 'resize-screen)