diff --git a/src/tt.cpp b/src/tt.cpp index 46a71d9..adffb15 100644 --- a/src/tt.cpp +++ b/src/tt.cpp @@ -52,7 +52,7 @@ int main(){ if (buffer){ std::string str = buffer; parse_input(str,&proj_list); - add_history(buffer); + if(str.length() > 1) add_history(buffer); free(buffer); } }