Skip to content

Commit aa47171

Browse files
committed
status formatting bug
1 parent 4a0a9d0 commit aa47171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

App/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ private static void HandleRelay(Stream stream, Options options)
174174
if (listenTask.IsFaulted) throw listenTask.Exception.InnerException;
175175
}
176176

177-
int lastLen = Console.BufferWidth;
177+
int lastLen = Console.BufferWidth - 1;
178178
void PrintStatus(string status)
179179
{
180180
string line = string.Format("Status: {0}", status);

0 commit comments

Comments
 (0)