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:
parent
76c67aeb82
commit
efb7ac9dba
20 changed files with 44 additions and 6 deletions
|
@ -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.');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue