Fix for putty Line Drawing issues

Fix for putty (Windows) Line Drawing characters to be shown correctly.
This commit is contained in:
c0h1b4 2016-03-01 10:40:39 -03:00
parent f78f039776
commit 6a48cdcdf3
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@ export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
export LC_TYPE=en_US.UTF-8
# Fix for putty Line Drawing characters to be shown correctly
export NCURSES_NO_UTF8_ACS=1
# Recall the last settings used if we're running this a second time.
if [ -f /etc/mailinabox.conf ]; then
# Run any system migrations before proceeding. Since this is a second run,