diff --git a/GTerm.csproj b/GTerm.csproj index 872b5e6..9ca46d7 100644 --- a/GTerm.csproj +++ b/GTerm.csproj @@ -12,6 +12,7 @@ 512 true true + false publish\ true Disk @@ -24,7 +25,6 @@ true 0 1.0.0.%2a - false false true diff --git a/Program.cs b/Program.cs index 58d8681..e9bc6a1 100644 --- a/Program.cs +++ b/Program.cs @@ -177,6 +177,7 @@ private static void ProcessUserInput() Console.Clear(); _ = Listener.WriteMessage(input); + Console.WriteLine("\r"); } break;