xtermcontrol

Control xterm window properties like colors, title, font, and geometry.

brewmacoslinux
Try with needOr install directly
Source

About

Control xterm properties such as colors, title, font and geometry

Commands

xtermcontrol

Examples

change xterm window title from command line$ xtermcontrol --title 'My Project'
set xterm background and foreground colors$ xtermcontrol --bg black --fg white
change xterm font size dynamically$ xtermcontrol --font 'fixed' --fontsize 12
resize xterm window to specific dimensions$ xtermcontrol --geometry 80x24
reset xterm to default colors and properties$ xtermcontrol --reset