From 903195edc4262864344468b57c0165ee212a2aba Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Mon, 14 Apr 2008 10:34:01 +0100 Subject: [PATCH] bash_profile: Force ncurses to use UTF8 line-drawing characters. The ACS versions don't work in PuTTY. --- bash_profile | 1 + 1 file changed, 1 insertion(+) diff --git a/bash_profile b/bash_profile index af9021f..e2d8d05 100644 --- a/bash_profile +++ b/bash_profile @@ -150,6 +150,7 @@ case "$LC_CTYPE" in *) LESSCHARSET=latin1 ;; esac export LESSCHARSET +export NCURSES_NO_UTF8_ACS=1 # export MAKEFLAGS="-j4" [ "$TMPDIR" ] || eval `tmpdir -b` export TMP=$TMPDIR -- 2.11.0