mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-10 01:29:05 -04:00
README: point to debian unstable package
This commit is contained in:
parent
433ff8a062
commit
d54e2c3957
@ -16,8 +16,9 @@ via notcurses@googlegroups.com.
|
|||||||
I wrote a coherent [guidebook](https://nick-black.com/htp-notcurses.pdf), which
|
I wrote a coherent [guidebook](https://nick-black.com/htp-notcurses.pdf), which
|
||||||
is available for free download, or [paperback purchase](https://amazon.com/dp/B086PNVNC9).
|
is available for free download, or [paperback purchase](https://amazon.com/dp/B086PNVNC9).
|
||||||
|
|
||||||
Notcurses is available in the Arch [AUR](https://aur.archlinux.org/packages/notcurses/).
|
Notcurses is available in the Arch [AUR](https://aur.archlinux.org/packages/notcurses/),
|
||||||
Packages for Debian Unstable and Ubuntu Focal are available from [DSSCAW](https://www.dsscaw.com/apt.html).
|
and from [Debian Unstable](https://packages.debian.org/source/sid/notcurses).
|
||||||
|
Packages for Fedora 33 and Ubuntu Focal are available from [DSSCAW](https://www.dsscaw.com/apt.html).
|
||||||
|
|
||||||
[](https://drone.dsscaw.com:4443/dankamongmen/notcurses)
|
[](https://drone.dsscaw.com:4443/dankamongmen/notcurses)
|
||||||
[](https://opensource.org/licenses/Apache-2.0)
|
[](https://opensource.org/licenses/Apache-2.0)
|
||||||
@ -289,7 +290,7 @@ up someday **FIXME**.
|
|||||||
* *A:* As noted in the [C++ FAQ](https://isocpp.org/wiki/faq/dtors#artificial-block-to-control-lifetimes), wrap it in an artificial scope (this assumes your `NotCurses` is scoped to `main()`).
|
* *A:* As noted in the [C++ FAQ](https://isocpp.org/wiki/faq/dtors#artificial-block-to-control-lifetimes), wrap it in an artificial scope (this assumes your `NotCurses` is scoped to `main()`).
|
||||||
|
|
||||||
* *Q:* How do I hide a plane I want to make visible later?
|
* *Q:* How do I hide a plane I want to make visible later?
|
||||||
* *A:* Either move it above and to the left of the screen (preventing resizes from making it visible), or place it underneath another (opaque) plane.
|
* *A:* Either move it above and to the left of the screen (preventing resizes from making it visible), or place it underneath another (opaque) plane (the latter performs better).
|
||||||
|
|
||||||
* *Q:* Why isn't there an `ncplane_box_yx()`? Do you hate orthogonality, you dullard?
|
* *Q:* Why isn't there an `ncplane_box_yx()`? Do you hate orthogonality, you dullard?
|
||||||
* *A:* `ncplane_box()` and friends already have far too many arguments, you monster.
|
* *A:* `ncplane_box()` and friends already have far too many arguments, you monster.
|
||||||
|
3
USAGE.md
3
USAGE.md
@ -1,5 +1,8 @@
|
|||||||
# Usage
|
# Usage
|
||||||
|
|
||||||
|
The notcurses API is not yet stable, though it is becoming so. Starting with
|
||||||
|
version 2, notcurses will honor Semantic Versioning.
|
||||||
|
|
||||||
* [Direct Mode](#direct-mode)
|
* [Direct Mode](#direct-mode)
|
||||||
* [Alignment](#alignment)
|
* [Alignment](#alignment)
|
||||||
* [Input](#input)
|
* [Input](#input)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user