From fabb2f44d4928af702c1596af22316f5e8a9f191 Mon Sep 17 00:00:00 2001 From: nick black Date: Sun, 29 Dec 2019 03:48:33 -0500 Subject: [PATCH] notcurses_render ronn syntax fix #213 --- doc/man/man3/index.txt | 1 + doc/man/man3/notcurses_render.3.ronn | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/man/man3/index.txt b/doc/man/man3/index.txt index b1933faff..779ffff01 100644 --- a/doc/man/man3/index.txt +++ b/doc/man/man3/index.txt @@ -14,6 +14,7 @@ poll(2) http://man7.org/linux/man-pages/man2/poll.2.html getenv(3) http://man7.org/linux/man-pages/man3/getenv.3.html termios(3) http://man7.org/linux/man-pages/man3/termios.3.html ncurses(3NCURSES) http://man7.org/linux/man-pages/man3/ncurses.3x.html +console_codes(4) http://man7.org/linux/man-pages/man4/console_codes.4.html terminfo(5) http://man7.org/linux/man-pages/man5/terminfo.5.html signal(7) http://man7.org/linux/man-pages/man7/signal.7.html unicode(7) http://man7.org/linux/man-pages/man7/unicode.7.html diff --git a/doc/man/man3/notcurses_render.3.ronn b/doc/man/man3/notcurses_render.3.ronn index 20244d579..a086f0842 100644 --- a/doc/man/man3/notcurses_render.3.ronn +++ b/doc/man/man3/notcurses_render.3.ronn @@ -45,8 +45,8 @@ At each plane `P`, we consider a cell `C`. This cell is the intersecting cell, unless that cell has no EGC. In that case, `C` is the plane's default cell. * If we have not yet determined an EGC, and `C` has a non-zero EGC, use the EGC and style of `C`. -* If we have not yet locked in a foreground color, and `C` is not foreground-transparent, use the foreground color of `C` (see [Notes][] below). If `C` is `CELL_ALPHA_OPAQUE`, lock the color in. -* If we have not yet locked in a background color, and `C` is not background-transparent, use the background color of `C` (see [Notes][] below). If `C` is `CELL_ALPHA_OPAQUE`, lock the color in. +* If we have not yet locked in a foreground color, and `C` is not foreground-transparent, use the foreground color of `C` (see [BUGS][] below). If `C` is `CELL_ALPHA_OPAQUE`, lock the color in. +* If we have not yet locked in a background color, and `C` is not background-transparent, use the background color of `C` (see [BUGS][] below). If `C` is `CELL_ALPHA_OPAQUE`, lock the color in. If the algorithm concludes without an EGC, the cell is rendered with no glyph and a default background. If the algorithm concludes without a color locked in,