From bbf209b5df201d60b603b6eff4d95017954273a2 Mon Sep 17 00:00:00 2001 From: Aditya Date: Fri, 24 May 2019 01:06:51 +0530 Subject: [PATCH] tty: add color support for mosh PR-URL: https://github.com/nodejs/node/pull/27843 Reviewed-By: James M Snell Reviewed-By: Anna Henningsen --- lib/internal/tty.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/internal/tty.js b/lib/internal/tty.js index fc7bde724552d5..6fd14145fcc12a 100644 --- a/lib/internal/tty.js +++ b/lib/internal/tty.js @@ -53,6 +53,7 @@ const TERM_ENVS = { 'konsole': COLORS_16, 'kterm': COLORS_16, 'mlterm': COLORS_16, + 'mosh': COLORS_16m, 'putty': COLORS_16, 'st': COLORS_16, // https://github.com/da-x/rxvt-unicode/tree/v9.22-with-24bit-color