From 7fa9baf308565b3dc90acb29c4325cd78042c8fd Mon Sep 17 00:00:00 2001 From: Joshua Tauberer Date: Wed, 23 Mar 2016 16:51:01 -0400 Subject: [PATCH] hotfix merge #744 - Fix for putty Line Drawing issues --- CHANGELOG.md | 7 +++++++ setup/start.sh | 3 +++ 2 files changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c99020b..cc31fd74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ CHANGELOG ========= +In Development +-------------- + +Setup: + +* Setup dialogs did not appear correctly when connecting to SSH using Putty on Windows. + v0.17b (March 1, 2016) ---------------------- diff --git a/setup/start.sh b/setup/start.sh index ab6d3055..cbcb9329 100755 --- a/setup/start.sh +++ b/setup/start.sh @@ -23,6 +23,9 @@ export LC_ALL=en_US.UTF-8 export LANG=en_US.UTF-8 export LC_TYPE=en_US.UTF-8 +# Fix so line drawing characters are shown correctly in Putty on Windows. See #744. +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,