Added a new parameter to html_to_ascii() to let it know when it's rendering to a...
authorArt Cancro <ajc@citadel.org>
Wed, 21 Sep 2022 22:44:43 +0000 (18:44 -0400)
committerArt Cancro <ajc@citadel.org>
Wed, 21 Sep 2022 22:44:43 +0000 (18:44 -0400)
commit4df5f560d552000f252a0e4dda2026b7a0373f0c
tree30c97798013ddd761e45ae9119237e8c3374076c
parent8c0cafc4fa850ad2d7a3c2624477bc1b148d995e
Added a new parameter to html_to_ascii() to let it know when it's rendering to a terminal that supports ANSI escape sequences.  When this support is active, render blockquotes in dimmer video and italic (if supported by the terminal).
citadel/server/msgbase.c
libcitadel/lib/html_to_ascii.c
libcitadel/lib/libcitadel.h
textclient/messages.c
webcit/messages.c