Skip to content

Commit bbf209b

Browse files
aditya1906BridgeAR
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 31b0b52 commit bbf209b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/internal/tty.js

+1
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)