From d97e4c16629e87631f0a717c562f36b2b0b0da31 Mon Sep 17 00:00:00 2001 From: Naman Jain Date: Thu, 29 Apr 2021 17:06:53 +0530 Subject: [PATCH] Tried to fix man related errors --- src/input.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/input.cpp b/src/input.cpp index 7fad347..c1537b0 100644 --- a/src/input.cpp +++ b/src/input.cpp @@ -4,6 +4,7 @@ #include #include +#include #include <../include/color.hpp> using namespace std; @@ -12,6 +13,7 @@ void print_git_branch(); void print_input_format() { + wait(NULL); cout << flush; char hostname[50];