docs: deprecate the "term_background" UI field

This commit is contained in:
Gregory Anders
2023-11-07 11:31:21 -06:00
parent ab102f188e
commit 8d9789a0f3
10 changed files with 13 additions and 30 deletions

View File

@@ -104,7 +104,8 @@ struct ui_t {
// TUI fields.
char *term_name;
char *term_background;
char *term_background; ///< Deprecated. No longer needed since background color detection happens
///< in Lua. To be removed in a future release.
int term_colors;
bool stdin_tty;
bool stdout_tty;