projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f49fa2d
)
Generalize shell-prompt-pattern to allow standard Windows shell
author
Chris Hanson
<org/chris-hanson/cph>
Tue, 20 Oct 1998 05:56:37 +0000
(
05:56
+0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Tue, 20 Oct 1998 05:56:37 +0000
(
05:56
+0000)
prompt.
v7/src/edwin/dosfile.scm
patch
|
blob
|
history
diff --git
a/v7/src/edwin/dosfile.scm
b/v7/src/edwin/dosfile.scm
index 33c5ace46ead15d4e9e431b12301a9585ad760a7..b12800c1588ed399c92bd910d72787d091b30156 100644
(file)
--- a/
v7/src/edwin/dosfile.scm
+++ b/
v7/src/edwin/dosfile.scm
@@
-1,6
+1,6
@@
;;; -*-Scheme-*-
;;;
-;;; $Id: dosfile.scm,v 1.1
8 1998/08/30 02:06:45
cph Exp $
+;;; $Id: dosfile.scm,v 1.1
9 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!#$%&'()+,.:;=@[^_`{}~---"))