match other xterm-s

svn: r4846
This commit is contained in:
Eli Barzilay 2006-11-14 04:47:04 +00:00
parent 41cac266d6
commit c5157e1b44

View File

@ -14,7 +14,7 @@ interact with it.
You can put the following in your ~/.mzschemerc so that MzScheme
starts with readline support on xterms:
(when (equal? "xterm" (getenv "TERM"))
(when (regexp-match? #rx"xterm" (getenv "TERM"))
(dynamic-require '(lib "rep.ss" "readline") #f))
or start MzScheme with