diff options
author | Tong LIU <nemoliu@FreeBSD.org> | 2010-03-14 14:16:52 +0000 |
---|---|---|
committer | Tong LIU <nemoliu@FreeBSD.org> | 2010-03-14 14:16:52 +0000 |
commit | ee8edf688ec40229de4039b446dfcd3fca67ee49 (patch) | |
tree | 8ae43fb4795e1c1bae65947c983b52f1260f7e5f /lang | |
parent | 1e137877c440c7fcdfda995e5e3e5109f0203e94 (diff) |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/stklos/files/patch-lib-repl.stk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/stklos/files/patch-lib-repl.stk b/lang/stklos/files/patch-lib-repl.stk new file mode 100644 index 000000000000..480f1db17f2a --- /dev/null +++ b/lang/stklos/files/patch-lib-repl.stk @@ -0,0 +1,11 @@ +--- lib/repl.stk.orig 2010-02-19 19:43:51.000000000 +0200 ++++ lib/repl.stk 2010-02-19 19:44:11.000000000 +0200 +@@ -44,7 +44,7 @@ + (define do-color + (if (and (not (key-get *%program-args* :interactive #f)) + (member (getenv "TERM") +- '("rxvt" "xterm" "xterm-color" "linux" "cygwin"))) ++ '("rxvt" "xterm" "xterm-color" "linux" "cygwin" "cons25"))) + ;; Terminal accepts color + ansi-color + ;; Provide a procedure which ignore color indications |