summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorTong LIU <nemoliu@FreeBSD.org>2010-03-14 14:16:52 +0000
committerTong LIU <nemoliu@FreeBSD.org>2010-03-14 14:16:52 +0000
commitee8edf688ec40229de4039b446dfcd3fca67ee49 (patch)
tree8ae43fb4795e1c1bae65947c983b52f1260f7e5f /lang
parentUpdate to version 4.4.2. (diff)
- Adds cons25 to the list of recognized terminals that support ANSI colors.
PR: ports/144650 Submitted by: Vitaly Magerya <vmagerya@gmail.com> (maintainer)
Notes
Notes: svn path=/head/; revision=251040
Diffstat (limited to 'lang')
-rw-r--r--lang/stklos/files/patch-lib-repl.stk11
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