]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Overcome silly libedit bug when using screen or vt100 when using this .bashrc file
authorBrian West <brian@freeswitch.org>
Tue, 28 Oct 2014 19:44:02 +0000 (14:44 -0500)
committerBrian West <brian@freeswitch.org>
Tue, 28 Oct 2014 19:44:02 +0000 (14:44 -0500)
support-d/.bashrc

index 727f26b652977dfea72bc130aff2016a9141078b..518fdef246807b9aaaefb1abd8ec74e48f07552d 100644 (file)
@@ -40,6 +40,7 @@ fi
 
 set -o emacs
 
+export TERM=xterm-256color
 export LESSCHARSET="latin1"
 export LESS="-R"
 export CHARSET="ISO-8859-1"