Skip to content

Commit

Permalink
tty: add color support for mosh
Browse files Browse the repository at this point in the history
PR-URL: #27843
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Anna Henningsen <[email protected]>
  • Loading branch information
aditya1906 authored and Trott committed Sep 16, 2019
1 parent 627bb6b commit 70abb4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/internal/tty.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 70abb4f

Please sign in to comment.