From 34c69307755626d0ec5250b355e6bc028089ec2b Mon Sep 17 00:00:00 2001 From: lace <> Date: Mon, 30 Nov 2009 10:25:27 +0000 Subject: [PATCH] +stty -echoctl --- .bashrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.bashrc b/.bashrc index 858d2e7..d5a994b 100644 --- a/.bashrc +++ b/.bashrc @@ -226,6 +226,9 @@ export LC_COLLATE=C # # due to LC_COLLATE=C and LC_ALL=(unset) # export LC_ALL=C # as it breaks Mutt "utf-8" and somehow it is no longer needed. +# Re: [Bug-readline] Readline 6.0 patch 004 trapped signal echoed to conso +# http://lists.gnu.org/archive/html/bug-readline/2009-09/msg00006.html +stty -echoctl function wclines { awk '{x[$0]++}END{for (i in x) print x[i]"\t"i}'; } # SunOS does not support "-m" -- 1.8.3.1