Skip to content

Commit

Permalink
Made commands like say not stay visibly there just to be overriden by…
Browse files Browse the repository at this point in the history
… new commands :)
  • Loading branch information
fopses authored and fopses committed Jun 12, 2023
1 parent b4ff69b commit 4b39fc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion GTerm.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
<Deterministic>true</Deterministic>
<IsWebBootstrapper>false</IsWebBootstrapper>
<PublishUrl>publish\</PublishUrl>
<Install>true</Install>
<InstallFrom>Disk</InstallFrom>
Expand All @@ -24,7 +25,6 @@
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
</PropertyGroup>
Expand Down
1 change: 1 addition & 0 deletions Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ private static void ProcessUserInput()
Console.Clear();

_ = Listener.WriteMessage(input);
Console.WriteLine("\r");
}
break;

Expand Down

0 comments on commit 4b39fc8

Please sign in to comment.