From 196fb0d7263d6180a486c2092eb4fef5af7d6f92 Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Wed, 1 Sep 1993 18:02:14 +0000 Subject: [PATCH] Bind resize-scree to #\m-S --- v7/src/edwin/modefs.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/v7/src/edwin/modefs.scm b/v7/src/edwin/modefs.scm index 92148902a..cea4b9808 100644 --- a/v7/src/edwin/modefs.scm +++ b/v7/src/edwin/modefs.scm @@ -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) -- 2.25.1