mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 17:19:03 -04:00
man pages: terminals don't honor COLORTERM, they honor escapes
This commit is contained in:
parent
0aa5bd850a
commit
38cca493e7
@ -78,7 +78,7 @@ and left margins respectively. Negative margins are illegal.
|
||||
|
||||
Proper display requires:
|
||||
|
||||
* A terminal advertising the **rgb** terminfo(5) capability, or that the environment variable **COLORTERM** is defined to **24bit** (and that the terminal honors this variable),
|
||||
* A terminal advertising the **rgb** terminfo(5) capability, or that the environment variable **COLORTERM** is defined to **24bit** (and that the terminal honors RGB escapes),
|
||||
* A monospaced font, and
|
||||
* Good Unicode support in your libc, font, and terminal emulator.
|
||||
|
||||
|
@ -22,7 +22,7 @@ tablet (if one exists). 'q' quits at any time.
|
||||
|
||||
Optimal display requires a terminal advertising the **rgb** terminfo(5)
|
||||
capability, or that the environment variable **COLORTERM** is defined to
|
||||
**24bit** (and that the terminal honors this variable), along with a good
|
||||
**24bit** (and that the terminal honors RGB escapes), along with a good
|
||||
monospaced font supporting the Unicode Block Drawing Characters.
|
||||
|
||||
# SEE ALSO
|
||||
|
@ -24,7 +24,7 @@ notcurses-tetris - Render images and video to the console
|
||||
|
||||
Optimal display requires a terminal advertising the **rgb** terminfo(5)
|
||||
capability, or that the environment variable **COLORTERM** is defined to
|
||||
**24bit** (and that the terminal honors this variable), along with a
|
||||
**24bit** (and that the terminal honors RGB escapes), along with a good
|
||||
fixed-width font with good coverage of the Unicode Block Drawing Characters.
|
||||
|
||||
# SEE ALSO
|
||||
|
@ -17,7 +17,7 @@ and videos to the terminal. Media will be scaled to the terminal's size.
|
||||
|
||||
# OPTIONS
|
||||
|
||||
**-d delaymult**: Apply a rational multiplier to the standard delay of 1s.
|
||||
**-d delaymult**: Apply a rational multiplier to the framerate.
|
||||
|
||||
**-l loglevel**: Log everything (high log level) or nothing (log level 0) to stderr.
|
||||
|
||||
|
@ -8,9 +8,10 @@
|
||||
* Title is "v$VERSION—some quip"
|
||||
* That's an em dash (U+2014, UTF-8 e2 80 94), get it right
|
||||
* In gbp repository:
|
||||
* Update Debian changelog, if necessary: `dch -v $VERSION+dfsg.1-1`
|
||||
* Finalize Debian changelog with `dch -r`
|
||||
* Repack DFSG-safe tarball with uscan, upload to github
|
||||
* `uscan --repack --compression xz -v`
|
||||
* `uscan --repack --compression xz --force`
|
||||
* upload to github
|
||||
* build source package: `dpkg-buildpackage --build=source`
|
||||
* build binaries: `cd .. && sudo pbuilder build *dsc`
|
||||
|
Loading…
x
Reference in New Issue
Block a user