Example
$ xtermcontrol --get-bg
xtermcontrol: --get-bg is unsupported or disallowed by this terminal. See also, TROUBLESHOOTING section of xtermcontrol(1) manpage.
$ echo $?
0
If xtermcontrol returned something else than zero, it would be much easier to handle such situations in scripts.
Example
If xtermcontrol returned something else than zero, it would be much easier to handle such situations in scripts.