@@ -26418,16 +26418,11 @@ Syntax:
2641826418 set terminal dumb @{size <xchars>,<ychars>@} @{[no]feed@}
2641926419 @{aspect <htic>@{,<vtic>@}@}
2642026420 @{[no]enhanced@}
26421- @end example
26422-
26423- @end itemizeif
26424- @example
2642526421 @{fillchar @{solid|"<char>"@}@}
2642626422 @{[no]attributes@}
2642726423 @{mono|ansi|ansi256|ansirgb@}
26428- @end example
2642926424
26430- @end itemizeif
26425+ @end example
2643126426
2643226427where <xchars> and <ychars> set the size of the text block. The default is
264332642879 by 24. The last newline is printed only if `feed` is enabled.
@@ -26470,7 +26465,6 @@ See also e.g. the description at
2647026465@uref{https://en.wikipedia.org/wiki/ANSI_escape_code#Colors,https://en.wikipedia.org/wiki/ANSI_escape_code#Colors
2647126466}
2647226467
26473- @end itemizeif
2647426468
2647526469The `attributes` option enables bold and italic text on terminals or
2647626470emulators that support the escape sequences
@@ -26816,7 +26810,6 @@ Preferred combinations are `medium normal` and `small draft`.
2681626810
2681726811With each of these drivers, a binary copy is required on a PC to print.
2681826812Do not use `print`---use instead `copy file /b lpt1:`.
26819- @end itemizeif
2682026813
2682126814
2682226815@node excl, fig, epson_180dpi, complete_list_of_terminals
@@ -27511,7 +27504,6 @@ the environmental variable GNUPLOT_LUA_DIR.
2751127504All arguments will be provided to the selected script for further
2751227505evaluation. E.g. 'set term lua tikz help' will cause the script itself
2751327506to print additional help on options and choices for the script.
27514- @end itemizeif
2751527507
2751627508
2751727509@node mf, mp, lua, complete_list_of_terminals
@@ -28273,15 +28265,13 @@ terminals. It has no options."
2827328265@c ?term km-tek40xx
2827428266@cindex km-tek40xx
2827528267
28276- @end itemizeif
2827728268@c ?commands set terminal selanar
2827828269@c ?set terminal selanar
2827928270@c ?set term selanar
2828028271@c ?terminal selanar
2828128272@c ?term selanar
2828228273@cindex selanar
2828328274
28284- @end itemizeif
2828528275@c ?commands set terminal sixeltek
2828628276@c ?set terminal sixeltek
2828728277@c ?set term sixeltek
@@ -28313,15 +28303,13 @@ For use with xterm, xterm must be compiled/configured with
2831328303
2831428304Note that gnuplot also supports another sixel output terminal, `sixelgd`,
2831528305that offers more options and features."
28316- @end itemizeif
2831728306@c ?commands set terminal bitgraph
2831828307@c ?set terminal bitgraph
2831928308@c ?set term bitgraph
2832028309@c ?terminal bitgraph
2832128310@c ?term bitgraph
2832228311@cindex bitgraph
2832328312
28324- @end itemizeif
2832528313This family of terminal drivers supports a variety of VT-like terminals.
2832628314`tek40xx` supports Tektronix 4010 and others as well as most TEK emulators.
2832728315`vttek` supports VT-like tek40xx terminal emulators.
@@ -28858,7 +28846,6 @@ anti-aliasing, oversampling and full transparency support. It is now
2885828846deprecated.
2885928847The `GDI backend` which uses the classic GDI API is deprecated and has been
2886028848disabled in this version.
28861- @end itemizeif
2886228849
2886328850`GDI+ backend` draws to the screen using the GDI+ Windows API. It supports
2886428851full antialiasing, oversampling, transparency and custom dash patterns.
@@ -28888,7 +28875,6 @@ of an additional redraw after releasing the mouse button.
2888828875
2888928876`Line Styles...` allows customization of the line colors and styles.
2889028877
28891- @end itemizeif
2889228878`Update wgnuplot.ini` saves the current window locations, window sizes, text
2889328879window font, text window font size, graph window font, graph window font
2889428880size, background color to the initialization file `wgnuplot.ini`.
@@ -29052,9 +29038,8 @@ This file is located in the user's application data directory. Here's a sample
2905229038 Line3=255 0 0 0 2
2905329039 Line4=255 0 255 0 3
2905429040 Line5=0 0 128 0 4
29055- @end example
2905629041
29057- @end itemizeif
29042+ @end example
2905829043
2905929044@c ^ <h3>Text window options</h3>
2906029045
@@ -29092,7 +29077,6 @@ solid line in color mode, or a dashed line in monochrome mode. The default
2909229077line width is 1 pixel. If `Linestyle` is negative, it specifies the width of
2909329078a SOLID line in pixels. Line1 and any linestyle used with the `points` style
2909429079must be SOLID with unit width.
29095- @end itemizeif
2909629080
2909729081See `graph-menu`."
2909829082
@@ -29476,14 +29460,9 @@ later by `set term x11 [no]raise [no]persist)`:
2947629460 `-raise` raises plot window after each plot
2947729461 `-noraise` does not raise plot window after each plot
2947829462 `-ctrlq ` closes window on ctrl-q rather than q
29479- @end example
29480-
29481- @end itemizeif
29482- @example
2948329463 `-persist` plot windows survive after main gnuplot program exits
29484- @end example
2948529464
29486- @end itemizeif
29465+ @end example
2948729466
2948829467@cindex X resources
2948929468
0 commit comments