diff --git a/doc/man/index.html b/doc/man/index.html index 01008d01a..ee13002e0 100644 --- a/doc/man/index.html +++ b/doc/man/index.html @@ -28,9 +28,9 @@
-

notcurses man pages (v2.0.8)

+

notcurses man pages (v2.0.8)

notcurses(3)—a blingful TUI library
-

Executables (section 1)

+

Executables (section 1)

ncneofetch—generate low-effort posts for r/unixporn
notcurses-demo—shows off some notcurses features
notcurses-direct-pydemo—validates the Python direct-mode wrappers
@@ -39,7 +39,7 @@ notcurses-tester—unit test driver
notcurses-tetris—Tetris in a terminal
notcurses-view—renders images and video to a terminal
-

C library (section 3)

+

C library (section 3)

notcurses_capabilities—runtime capability detection
notcurses_cell—operations on cell objects
diff --git a/src/lib/notcurses.c b/src/lib/notcurses.c index 1487f6e3a..063f8877a 100644 --- a/src/lib/notcurses.c +++ b/src/lib/notcurses.c @@ -855,7 +855,7 @@ init_banner(const notcurses* nc){ } } if(!notcurses_canutf8(nc)){ - fprintf(stderr, "\n Warning! Encoding is not UTF-8.\n"); + fprintf(stderr, "\n Warning! Encoding is not UTF-8; output may be degraded.\n"); } if(nc->tcache.sgr0){ term_emit("sgr0", nc->tcache.sgr0, stderr, true);