#1276·mosh

SGR 2 (dim/dark) doesn't work

Author: lilydjwgCreated Jun 5, 2023Updated Jun 17, 2026
LabelsfeatureTerminal emulation

Code:

bash
echo -e '\e[2mtest'
python -c "from termcolor import colored; print(colored('test', attrs=['dark']))"

Outside mosh (using GNOME terminal): 图片

Inside mosh: 图片