From 5ebba442a18f776e999d852db323f25fc5af22c4 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 20 Oct 1998 05:56:37 +0000 Subject: [PATCH] Generalize shell-prompt-pattern to allow standard Windows shell prompt. --- v7/src/edwin/dosfile.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/edwin/dosfile.scm b/v7/src/edwin/dosfile.scm index 33c5ace46..b12800c15 100644 --- a/v7/src/edwin/dosfile.scm +++ b/v7/src/edwin/dosfile.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: dosfile.scm,v 1.18 1998/08/30 02:06:45 cph Exp $ +;;; $Id: dosfile.scm,v 1.19 1998/10/20 05:56:37 cph Exp $ ;;; ;;; Copyright (c) 1994-98 Massachusetts Institute of Technology ;;; @@ -567,7 +567,7 @@ Switches may be concatenated, e.g. `-lt' is equivalent to `-l -t'." '()) (define (os/default-shell-prompt-pattern) - "^\\[[^]]*] *") + "^[^]$]*[]>] *") (define (os/comint-filename-region start point end) (let ((chars "]\\\\A-Za-z0-9!#$%&'()+,.:;=@[^_`{}~---")) -- 2.25.1