From 38cca493e77c82c0986c7317e30f0c3684e4ac19 Mon Sep 17 00:00:00 2001 From: nick black Date: Sun, 19 Apr 2020 17:12:13 -0400 Subject: [PATCH] man pages: terminals don't honor COLORTERM, they honor escapes --- doc/man/man1/notcurses-demo.1.md | 2 +- doc/man/man1/notcurses-ncreel.1.md | 2 +- doc/man/man1/notcurses-tetris.1.md | 2 +- doc/man/man1/notcurses-view.1.md | 2 +- doc/release-checklist.md | 3 ++- 5 files changed, 6 insertions(+), 5 deletions(-) diff --git a/doc/man/man1/notcurses-demo.1.md b/doc/man/man1/notcurses-demo.1.md index 27be654c2..63ce4a5d9 100644 --- a/doc/man/man1/notcurses-demo.1.md +++ b/doc/man/man1/notcurses-demo.1.md @@ -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. diff --git a/doc/man/man1/notcurses-ncreel.1.md b/doc/man/man1/notcurses-ncreel.1.md index edd447ec6..2cdbd6469 100644 --- a/doc/man/man1/notcurses-ncreel.1.md +++ b/doc/man/man1/notcurses-ncreel.1.md @@ -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 diff --git a/doc/man/man1/notcurses-tetris.1.md b/doc/man/man1/notcurses-tetris.1.md index b0f327691..9463ae5a0 100644 --- a/doc/man/man1/notcurses-tetris.1.md +++ b/doc/man/man1/notcurses-tetris.1.md @@ -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 diff --git a/doc/man/man1/notcurses-view.1.md b/doc/man/man1/notcurses-view.1.md index 51b34b617..b07d037cb 100644 --- a/doc/man/man1/notcurses-view.1.md +++ b/doc/man/man1/notcurses-view.1.md @@ -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. diff --git a/doc/release-checklist.md b/doc/release-checklist.md index 8181ecdeb..7d70ee7fc 100644 --- a/doc/release-checklist.md +++ b/doc/release-checklist.md @@ -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`