mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 17:19:03 -04:00
[FAQS] grammars
This commit is contained in:
parent
26bdd1193a
commit
2aac2f526e
@ -173,7 +173,7 @@ directly:
|
|||||||
* [Differences from](doc/CURSES.md) Curses and adapting Curses programs.
|
* [Differences from](doc/CURSES.md) Curses and adapting Curses programs.
|
||||||
|
|
||||||
If you (understandably) want to avoid the large Pandoc stack, but still enjoy
|
If you (understandably) want to avoid the large Pandoc stack, but still enjoy
|
||||||
manual page goodness, I publish a tarball with generated man/XHTML along with
|
manual pages, I publish a tarball with generated man/XHTML along with
|
||||||
each release. Download it, and install the contents as you deem fit.
|
each release. Download it, and install the contents as you deem fit.
|
||||||
|
|
||||||
## Environment notes
|
## Environment notes
|
||||||
@ -253,8 +253,8 @@ If things break or seem otherwise lackluster, **please** consult the
|
|||||||
<details>
|
<details>
|
||||||
<summary>Can I write a CLI program (scrolling, fits in with the shell, etc.)
|
<summary>Can I write a CLI program (scrolling, fits in with the shell, etc.)
|
||||||
with Notcurses?</summary>
|
with Notcurses?</summary>
|
||||||
Yes! Use the <code>NCOPTION_CLI_MODE</code> flags (an alias for several
|
Yes! Use the <code>NCOPTION_CLI_MODE</code> flag (an alias for several
|
||||||
other flags; see <a href="https://notcurses.com/notcurses_init.3.html"><code>notcurses_init(1)</code></a>
|
real flags; see <a href="https://notcurses.com/notcurses_init.3.html"><code>notcurses_init(1)</code></a>
|
||||||
for more information). You still must explicitly render.
|
for more information). You still must explicitly render.
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user