match other xterm-s
svn: r4846
This commit is contained in:
parent
41cac266d6
commit
c5157e1b44
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user