1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

Updated MeshAgents, all except FreeBSD and MacOS.

This commit is contained in:
Ylian Saint-Hilaire 2020-01-30 14:31:32 -08:00
parent 76c67aeb82
commit efb7ac9dba
20 changed files with 44 additions and 6 deletions

View file

@ -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.');