aboutsummaryrefslogtreecommitdiffstats
path: root/lang/stklos
diff options
context:
space:
mode:
authornemoliu <nemoliu@FreeBSD.org>2010-03-14 22:16:52 +0800
committernemoliu <nemoliu@FreeBSD.org>2010-03-14 22:16:52 +0800
commit7dda520d88d3f29e472f6d4503f97bd90f29cd86 (patch)
treeca5ae1a794595e13c76e35a63dee89c28f059134 /lang/stklos
parent87a3bb040f75e04dcf03cee3d63fbf202bcf8f3d (diff)
downloadfreebsd-ports-gnome-7dda520d88d3f29e472f6d4503f97bd90f29cd86.tar.gz
freebsd-ports-gnome-7dda520d88d3f29e472f6d4503f97bd90f29cd86.tar.zst
freebsd-ports-gnome-7dda520d88d3f29e472f6d4503f97bd90f29cd86.zip
- Adds cons25 to the list of recognized terminals that support ANSI colors.
PR: ports/144650 Submitted by: Vitaly Magerya <vmagerya@gmail.com> (maintainer)
Diffstat (limited to 'lang/stklos')
-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