From ae0ab4c436625ce494c01cbc243dab96754fe983 Mon Sep 17 00:00:00 2001 From: Brian West Date: Tue, 28 Oct 2014 14:44:02 -0500 Subject: [PATCH] Overcome silly libedit bug when using screen or vt100 when using this .bashrc file --- support-d/.bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/support-d/.bashrc b/support-d/.bashrc index 727f26b652..518fdef246 100644 --- a/support-d/.bashrc +++ b/support-d/.bashrc @@ -40,6 +40,7 @@ fi set -o emacs +export TERM=xterm-256color export LESSCHARSET="latin1" export LESS="-R" export CHARSET="ISO-8859-1"