@@ -26418,16 +26418,11 @@ Syntax:
26418
26418
set terminal dumb @{size <xchars>,<ychars>@} @{[no]feed@}
26419
26419
@{aspect <htic>@{,<vtic>@}@}
26420
26420
@{[no]enhanced@}
26421
- @end example
26422
-
26423
- @end itemizeif
26424
- @example
26425
26421
@{fillchar @{solid|"<char>"@}@}
26426
26422
@{[no]attributes@}
26427
26423
@{mono|ansi|ansi256|ansirgb@}
26428
- @end example
26429
26424
26430
- @end itemizeif
26425
+ @end example
26431
26426
26432
26427
where <xchars> and <ychars> set the size of the text block. The default is
26433
26428
79 by 24. The last newline is printed only if `feed` is enabled.
@@ -26470,7 +26465,6 @@ See also e.g. the description at
26470
26465
@uref{https://en.wikipedia.org/wiki/ANSI_escape_code#Colors,https://en.wikipedia.org/wiki/ANSI_escape_code#Colors
26471
26466
}
26472
26467
26473
- @end itemizeif
26474
26468
26475
26469
The `attributes` option enables bold and italic text on terminals or
26476
26470
emulators that support the escape sequences
@@ -26816,7 +26810,6 @@ Preferred combinations are `medium normal` and `small draft`.
26816
26810
26817
26811
With each of these drivers, a binary copy is required on a PC to print.
26818
26812
Do not use `print`---use instead `copy file /b lpt1:`.
26819
- @end itemizeif
26820
26813
26821
26814
26822
26815
@node excl, fig, epson_180dpi, complete_list_of_terminals
@@ -27511,7 +27504,6 @@ the environmental variable GNUPLOT_LUA_DIR.
27511
27504
All arguments will be provided to the selected script for further
27512
27505
evaluation. E.g. 'set term lua tikz help' will cause the script itself
27513
27506
to print additional help on options and choices for the script.
27514
- @end itemizeif
27515
27507
27516
27508
27517
27509
@node mf, mp, lua, complete_list_of_terminals
@@ -28273,15 +28265,13 @@ terminals. It has no options."
28273
28265
@c ?term km-tek40xx
28274
28266
@cindex km-tek40xx
28275
28267
28276
- @end itemizeif
28277
28268
@c ?commands set terminal selanar
28278
28269
@c ?set terminal selanar
28279
28270
@c ?set term selanar
28280
28271
@c ?terminal selanar
28281
28272
@c ?term selanar
28282
28273
@cindex selanar
28283
28274
28284
- @end itemizeif
28285
28275
@c ?commands set terminal sixeltek
28286
28276
@c ?set terminal sixeltek
28287
28277
@c ?set term sixeltek
@@ -28313,15 +28303,13 @@ For use with xterm, xterm must be compiled/configured with
28313
28303
28314
28304
Note that gnuplot also supports another sixel output terminal, `sixelgd`,
28315
28305
that offers more options and features."
28316
- @end itemizeif
28317
28306
@c ?commands set terminal bitgraph
28318
28307
@c ?set terminal bitgraph
28319
28308
@c ?set term bitgraph
28320
28309
@c ?terminal bitgraph
28321
28310
@c ?term bitgraph
28322
28311
@cindex bitgraph
28323
28312
28324
- @end itemizeif
28325
28313
This family of terminal drivers supports a variety of VT-like terminals.
28326
28314
`tek40xx` supports Tektronix 4010 and others as well as most TEK emulators.
28327
28315
`vttek` supports VT-like tek40xx terminal emulators.
@@ -28858,7 +28846,6 @@ anti-aliasing, oversampling and full transparency support. It is now
28858
28846
deprecated.
28859
28847
The `GDI backend` which uses the classic GDI API is deprecated and has been
28860
28848
disabled in this version.
28861
- @end itemizeif
28862
28849
28863
28850
`GDI+ backend` draws to the screen using the GDI+ Windows API. It supports
28864
28851
full antialiasing, oversampling, transparency and custom dash patterns.
@@ -28888,7 +28875,6 @@ of an additional redraw after releasing the mouse button.
28888
28875
28889
28876
`Line Styles...` allows customization of the line colors and styles.
28890
28877
28891
- @end itemizeif
28892
28878
`Update wgnuplot.ini` saves the current window locations, window sizes, text
28893
28879
window font, text window font size, graph window font, graph window font
28894
28880
size, 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
29052
29038
Line3=255 0 0 0 2
29053
29039
Line4=255 0 255 0 3
29054
29040
Line5=0 0 128 0 4
29055
- @end example
29056
29041
29057
- @end itemizeif
29042
+ @end example
29058
29043
29059
29044
@c ^ <h3>Text window options</h3>
29060
29045
@@ -29092,7 +29077,6 @@ solid line in color mode, or a dashed line in monochrome mode. The default
29092
29077
line width is 1 pixel. If `Linestyle` is negative, it specifies the width of
29093
29078
a SOLID line in pixels. Line1 and any linestyle used with the `points` style
29094
29079
must be SOLID with unit width.
29095
- @end itemizeif
29096
29080
29097
29081
See `graph-menu`."
29098
29082
@@ -29476,14 +29460,9 @@ later by `set term x11 [no]raise [no]persist)`:
29476
29460
`-raise` raises plot window after each plot
29477
29461
`-noraise` does not raise plot window after each plot
29478
29462
`-ctrlq ` closes window on ctrl-q rather than q
29479
- @end example
29480
-
29481
- @end itemizeif
29482
- @example
29483
29463
`-persist` plot windows survive after main gnuplot program exits
29484
- @end example
29485
29464
29486
- @end itemizeif
29465
+ @end example
29487
29466
29488
29467
@cindex X resources
29489
29468
0 commit comments