From 193587c43d320346f22364cdb3eaa493cdac4116 Mon Sep 17 00:00:00 2001 From: Jandalf81 Date: Wed, 15 Aug 2018 20:34:30 +0200 Subject: [PATCH] all files * removed NCURSES_NO_UTF8_ACS as it had no effect --- rclone_script-install.sh | 3 --- rclone_script-menu.sh | 3 --- rclone_script-uninstall.sh | 3 --- 3 files changed, 9 deletions(-) diff --git a/rclone_script-install.sh b/rclone_script-install.sh index d2472da..717413c 100644 --- a/rclone_script-install.sh +++ b/rclone_script-install.sh @@ -1137,9 +1137,6 @@ function 9aSaveConfiguration () # MAIN # ######## -# make puTTY draw fancy lines -export NCURSES_NO_UTF8_ACS=1 - if [ "${branch}" == "beta" ] then dialogBetaWarning diff --git a/rclone_script-menu.sh b/rclone_script-menu.sh index c4bd9a0..6023de7 100644 --- a/rclone_script-menu.sh +++ b/rclone_script-menu.sh @@ -176,7 +176,4 @@ function toggleShowNotifications () # MAIN # ######## -# make puTTY draw fancy lines -export NCURSES_NO_UTF8_ACS=1 - main_menu \ No newline at end of file diff --git a/rclone_script-uninstall.sh b/rclone_script-uninstall.sh index bcaf753..cd61e71 100644 --- a/rclone_script-uninstall.sh +++ b/rclone_script-uninstall.sh @@ -599,7 +599,4 @@ function 8Finalize () # MAIN # ######## -# make puTTY draw fancy lines -export NCURSES_NO_UTF8_ACS=1 - uninstaller \ No newline at end of file