Y
Hacker News
new
|
ask
|
show
|
jobs
by
rrr_oh_man
406 days ago
for anyone (like me) who initially failed with the macOS terminal: you need to download iTerm2 or another 24-bit terminal.
1 comments
ryan-c
406 days ago
What's the TERM variable for the default macOS terminal? I want to try to detect non-working terminals.
link
nickdothutton
406 days ago
TERM=xterm-256color
TERM_PROGRAM=Apple_Terminal
link