Skip to content

Commit 70abb4f

Browse files
aditya1906Trott
authored andcommitted
tty: add color support for mosh
PR-URL: #27843 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Anna Henningsen <[email protected]>
1 parent 627bb6b commit 70abb4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/internal/tty.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ const TERM_ENVS = {
5353
'konsole': COLORS_16,
5454
'kterm': COLORS_16,
5555
'mlterm': COLORS_16,
56+
'mosh': COLORS_16m,
5657
'putty': COLORS_16,
5758
'st': COLORS_16,
5859
// https://github.com/da-x/rxvt-unicode/tree/v9.22-with-24bit-color

0 commit comments

Comments
 (0)