mirror of
https://github.com/PowerShell/Win32-OpenSSH.git
synced 2025-07-24 22:45:17 +02:00
Fix: Temporary workaround for scrolling issue
This commit is contained in:
parent
6c94fae80a
commit
68250e4059
@ -828,7 +828,7 @@ do_exec_no_pty(Session *s, const char *command)
|
||||
|
||||
COORD coord;
|
||||
coord.X = s->col;
|
||||
coord.Y = s->row;
|
||||
coord.Y = 9999;;
|
||||
SetConsoleScreenBufferSize(GetStdHandle(STD_OUTPUT_HANDLE), coord);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user