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 <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
  • Loading branch information
aditya1906 authored and BridgeAR committed Sep 25, 2019
1 parent 31b0b52 commit bbf209b
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 bbf209b

Please sign in to comment.