Pikchr

Check-in [f139cea44a]
Login
Overview
Comment:Typo fix in doc/integrate.md, reported on the SQLite forum.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: f139cea44ae9907a1922b3838d31ed7df6f17c27df97953ac77751cc9c345133
User & Date: wyoung 2020-11-25 21:22:23
Original Comment: Typo fix in doc/integrate.md, reported on https://sqlite.org/forum/forumpost/95d5b79905
Context
2020-11-27
21:52
Minor code changes to avoid harmless compiler warnings. (check-in: 8bf08592ca user: drh tags: trunk)
2020-11-25
21:22
Typo fix in doc/integrate.md, reported on the SQLite forum. (check-in: f139cea44a user: wyoung tags: trunk)
2020-11-23
02:27
Fix obsolete text in the integrate.md document. (check-in: c0fa17b2b7 user: drh tags: trunk)
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to doc/integrate.md.

54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
## Flags passed to pikchr()

The [`pikchr.h`](/file/pikchr.h) header file currently defines two flags
that can be passed into the pikchr() function as the 3rd argument, "mFlags".
(Additional flags might get added in future releases.)

   *  `PIKCHR_PLAINTEXT_ERRORS` →
      Normally, the text returned by pikchr() in the even of an error
      is formatted as HTML.  Setting this flag causes the error message
      to be plain text.

   *  `PIKCHR_DARK_MODE` →
      When this flag is used,  Pikchr inverts the colors in the diagram
      to make them suitable for "dark mode" pages.  The main Pikchr
      website has a







|







54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
## Flags passed to pikchr()

The [`pikchr.h`](/file/pikchr.h) header file currently defines two flags
that can be passed into the pikchr() function as the 3rd argument, "mFlags".
(Additional flags might get added in future releases.)

   *  `PIKCHR_PLAINTEXT_ERRORS` →
      Normally, the text returned by pikchr() in the event of an error
      is formatted as HTML.  Setting this flag causes the error message
      to be plain text.

   *  `PIKCHR_DARK_MODE` →
      When this flag is used,  Pikchr inverts the colors in the diagram
      to make them suitable for "dark mode" pages.  The main Pikchr
      website has a