Nodejs STILL sends ANSI escape sequences to dumb terminals. · Issue #26187 · nodejs/node (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

@j3pic

Description

@j3pic

My problem is described here: nodejs/node-v0.x-archive#5344

The only difference is I'm running the latest version of Node in 2019, presumably after patches have been applied that were supposed to have fixed the problem.

I'm running the REPL from the command line in an Emacs *shell* buffer. I have $NODE_DISABLE_COLORS set to 1, which doesn't matter because the �[3G escape sequence isn't a color code (those end in m).

#2712 doesn't look like it fixes the problem. That seems to just be the implementation of the $NODE_DISABLE_COLORS option.