SGR 2 (dim/dark) doesn't work
Author: lilydjwgCreated Jun 5, 2023Updated Jun 17, 2026
LabelsfeatureTerminal emulation
Code:
echo -e '\e[2mtest'
python -c "from termcolor import colored; print(colored('test', attrs=['dark']))"Outside mosh (using GNOME terminal):
Inside mosh:
Source: mobile-shell/mosh