1#ifdef TERM_HELP
2START_HELP(linux)
3"1 linux console",
4"?set terminal linux",
5"?set terminal vgagl",
6"?linux console",
7"?console",
8"=linux console",
9"=console",
10"=sixel",
11"=vgagl",
12"=yaft",
13" Older gnuplot versions required special terminals `linux` or `vgagl`",
14" in order to display graphics on the linux console, i.e. in the absence of",
15" X11 or other windowing environment.  These terminals have been deprecated.",
16"",
17" The recommended way to run gnuplot from the linux console is now to use a",
18" console terminal emulator such as yaft (https://github.com/uobikiemukot/yaft)",
19" that supports sixel graphics.  With yaft as your console terminal you can",
20" run gnuplot and select a terminal with sixel output. See `sixelgd`.",
21" As a fall-back option you could use `set term dumb`, but sixel graphics",
22" are much nicer."
23END_HELP(linux)
24#endif
25