notcurses_render ronn syntax fix #213

pull/238/head
nick black 5 years ago
parent 46b1b8e622
commit fabb2f44d4
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -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 getenv(3) http://man7.org/linux/man-pages/man3/getenv.3.html
termios(3) http://man7.org/linux/man-pages/man3/termios.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 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 terminfo(5) http://man7.org/linux/man-pages/man5/terminfo.5.html
signal(7) http://man7.org/linux/man-pages/man7/signal.7.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 unicode(7) http://man7.org/linux/man-pages/man7/unicode.7.html

@ -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. 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 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 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 [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 [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 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, and a default background. If the algorithm concludes without a color locked in,

Loading…
Cancel
Save