When comparing xterm vs GrafX2, the Slant community recommends GrafX2 for most people. In the question“What are the best applications to use on a X11 window manager?” GrafX2 is ranked 2nd while xterm is ranked 8th. The most important reason people chose GrafX2 is:
GrafX2 is scriptable using the Lua language, which can be used to automate tasks and add new functionality to it. The script library features advanced color reduction and enhancement tools, [palette analysis](http://eab.abime.net/showthread.php?t=76519), and much more.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Lightweight
Xterm is a very lightweight terminal. It requires few resources, allowing it to run well even on lower-end machines.
Pro Used in almost every Linux distribution
If you master xterm, you won't have to learn another tty, since it is in almost every Linux distribution.
Pro Stable, well-tested
Pro Standard with X Window system
Xterm is installed as standard software with the X Window system, and is there even when installing other terminal emulators.
Pro Supports sixel images
Pro Shows full characters for wide fallback fonts
Many terminal emulators that deal with wider fallback fonts (i.e. double-wide characters in CJK fonts) truncate display of wide characters, show Unicode "missing glyph" characters, or simply fail to display the characters at all. XTerm is "smart" enough to simply take up the extra space needed to show such wide characters.
Pro In about 30 years, it had only one issue, and that was fixed quickly
Pro It is fast and responsive
See this.
Pro Many modern terminals emulate xterm
Many terminal applications, such as OS X's Terminal.app and iTerm2 (among others), all claim xterm or xterm- variants as their $TERM and aim for support of xterm's escape sequences. Many command-line applications will assume or even hard-code escape-sequences and behavior for xterm and those terminals emulating it.
Pro Configurable via Xresources
X Toolkit resources and xrdb predates what is currently called "theme". Although one needs to read man, mitigates most listed cons
Pro Scriptable using Lua
GrafX2 is scriptable using the Lua language, which can be used to automate tasks and add new functionality to it. The script library features advanced color reduction and enhancement tools, palette analysis, and much more.
Pro Supports many file formats
GrafX2 supports many file formats, including the popular gif and png, but also importing and exporting from deluxe paint, degas elite, and various other editors using custom formats.
Pro Very large number of tools and effects
Pro Free, open source, and cross-platform
GrafX2 is totally free to use, copy, and modify. It's available on Windows, Linux, Mac OS X, Haiku, AROS, MorphOS, SkyOS, Syllable, Mint, and a few more systems. Basically anything is supported by the SDL library.
Pro Palette color cycling
GraphX2 being based on older 256 bitmap software has inherited some tricks that modern pixel editors do not have . One of them being the ability to cycle color palette and produce animations and effects with it.
Pro Has a great palette tool
You can create gradients from one color to another, work in either RGB or HSL color space, save and load palettes, sort and organize palettes, and even work on "color cycling" images.
Pro Supports tileset addition and extraction
Pro Supports animations
The program has a basic support for animation using frames in newer versions. Graphics can be cloned and copied between frames and changed slightly.
See here how to animate with GrapfX2 https://www.youtube.com/watch?v=Gnq6zBZOqoM
Pro Has a customizable UI with themes support
Theme UI style can easily be changed from settings including buttons and colors.
Pro Drawing constraint mode for vintage 8bits machine
The program is able to enforce the pixel constraints of old machines (C64, ZX Spectrum, Apple II, Game Boy Color, etc.)
For example, in ZX Spectrum mode, only 2 different colors can be used in a 8x8 pixel block.
Cons
Con No native transparency
Xterm does not natively support transparency (though it can be emulated if needs be).
Con Bad defaults
Very small default size. No way to know to how to configure size.
Con No tabs
Con It blinks
If it blinks for you too, you can try this: man xterm
and then press Shift+G.
Con Has few dependencies
Has dependencies like xbitmaps.
Con Historical source code
The stories behind terminal emulation beyond their classical representatives (of which xterm is simply the most long-lived) are somewhere inbetween subtly irritating to downright surreal.
Con Dated look and feel
It looks like it was never supposed to be used in the modern world.
Con Lack of modern features
Some modern features that are necessary to do pixel art creation for game dev work are lacking.