From 4a5409bfcd65efe78ea8776e1992a1045b7934b4 Mon Sep 17 00:00:00 2001 From: Casey Langen Date: Sun, 23 Dec 2018 14:37:46 -0800 Subject: [PATCH] Added some newlines to the LANG error. --- src/musikcube/cursespp/App.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/musikcube/cursespp/App.cpp b/src/musikcube/cursespp/App.cpp index 041945534..2782691a4 100755 --- a/src/musikcube/cursespp/App.cpp +++ b/src/musikcube/cursespp/App.cpp @@ -285,8 +285,8 @@ void App::Run(ILayoutPtr layout) { } #else if (!isLangUtf8()) { - std::cout << "This application requires a UTF-8 compatible LANG environment " - "variable to be set in the controlling terminal. Exiting."; + std::cout << "\n\nThis application requires a UTF-8 compatible LANG environment " + "variable to be set in the controlling terminal. Exiting.\n\n\n"; return; } #endif