From 7f4b114fee144474927ef5c9fb2613d9ede9871d Mon Sep 17 00:00:00 2001 From: Ave Date: Sat, 5 Dec 2020 00:20:15 +0300 Subject: [PATCH] LFE: Properly print out intro --- lfe.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfe.cpp b/lfe.cpp index 09c2bd3..aa7cca0 100644 --- a/lfe.cpp +++ b/lfe.cpp @@ -41,8 +41,8 @@ void renderFrame(size_t i, rlottie::Surface &s) } void intro() { - std::cout<<"Welcome to LFE."; - std::cout<<"https://gitdab.com/distok/lfe | Licensed MIT"; + std::cout<<"Welcome to LFE.\n"; + std::cout<<"https://gitdab.com/distok/lfe | Licensed MIT\n\n"; } int help() {