标签: python unix terminal rxvt
在某些终端中,我可以输入
printf "\033]$Ps;?\033\\"
获取有关终端背景颜色的信息。
请参见Is there a way to determine a terminal's background color?
是否可以在Python脚本中使用相同的机制?如何将转义序列发布给基础终端并获得响应?