mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 21:02:53 -05:00
Updated MeshAgents, all except FreeBSD and MacOS.
This commit is contained in:
@@ -146,6 +146,10 @@ function windows_terminal() {
|
||||
|
||||
this.StartEx = function Start(CONSOLE_SCREEN_WIDTH, CONSOLE_SCREEN_HEIGHT, terminalTarget)
|
||||
{
|
||||
// The older windows terminal does not support
|
||||
CONSOLE_SCREEN_WIDTH = 80;
|
||||
CONSOLE_SCREEN_HEIGHT = 25;
|
||||
|
||||
if (this._stream != null)
|
||||
{
|
||||
throw ('Concurrent terminal sessions are not supported on Windows.');
|
||||
|
||||
Reference in New Issue
Block a user