Rename display structure member "display_visible" to "output_produced" for clarity.

This commit is contained in:
Andrew Wood
2025-07-26 21:25:54 +01:00
parent 762676f4e1
commit 0cf8902d9b
4 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -295,7 +295,7 @@ struct pvstate_s {
bool colour_permitted; /* whether colour is permitted for this display */
bool sgr_code_active; /* set while SGR code is active in a display line */
bool final_update; /* set internally on the final update */
bool display_visible; /* set once anything written to terminal */
bool output_produced; /* set once anything written to terminal */
} display;