summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/ant/templates/tool-unix.tmpl
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2011-01-18 17:59:41 +0000
committerPaul Phillips <paulp@improving.org>2011-01-18 17:59:41 +0000
commit98de3e5bad0e670fbe2e0ea6d511dc57b282f332 (patch)
tree2be836500658984642981e10189c5a1702347329 /src/compiler/scala/tools/ant/templates/tool-unix.tmpl
parent8fbe377d4ed4ff170653d317abaf12bece08bec3 (diff)
downloadscala-98de3e5bad0e670fbe2e0ea6d511dc57b282f332.tar.gz
scala-98de3e5bad0e670fbe2e0ea6d511dc57b282f332.tar.bz2
scala-98de3e5bad0e670fbe2e0ea6d511dc57b282f332.zip
Added a terminal type for echo reenable based o...
Added a terminal type for echo reenable based on #4170. No review.
Diffstat (limited to 'src/compiler/scala/tools/ant/templates/tool-unix.tmpl')
-rw-r--r--src/compiler/scala/tools/ant/templates/tool-unix.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/scala/tools/ant/templates/tool-unix.tmpl b/src/compiler/scala/tools/ant/templates/tool-unix.tmpl
index 452324304e..cfaa337d7c 100644
--- a/src/compiler/scala/tools/ant/templates/tool-unix.tmpl
+++ b/src/compiler/scala/tools/ant/templates/tool-unix.tmpl
@@ -17,7 +17,7 @@ function onExit() {
# reenable echo
case "$TERM" in
- rxvt* | xterm*)
+ rxvt* | xterm* | screen*)
stty icanon echo
;;
esac