Terminal emulator for X Window System with customizable fonts and colors.
Terminal emulator for the X Window System
xterm$ xterm$ xterm -fn fixed -fs 14$ xterm -geometry 80x24+100+100 -title 'My Terminal'$ xterm -bg black -fg white$ xterm -e bash -c 'echo Hello && bash'