Fixed ssh client title
https://github.com/PowerShell/Win32-OpenSSH/issues/722
This commit is contained in:
parent
742bf63d1a
commit
b4a38796b9
|
@ -66,7 +66,7 @@ typedef struct _SCREEN_RECORD {
|
|||
|
||||
PSCREEN_RECORD pSavedScreenRec = NULL;
|
||||
int in_raw_mode = 0;
|
||||
char *consoleTitle = "Microsoft openSSH client";
|
||||
char *consoleTitle = "OpenSSH SSH client";
|
||||
|
||||
/* Used to enter the raw mode */
|
||||
int
|
||||
|
|
Loading…
Reference in New Issue