summaryrefslogtreecommitdiffstats
path: root/tty-features.c
diff options
context:
space:
mode:
authornicm <nicm>2020-04-21 13:48:56 +0000
committernicm <nicm>2020-04-21 13:48:56 +0000
commit445dfa8512b3b5552a444dd03958cdec3f968f83 (patch)
tree55d9683b0c2e105c4987f96416ed4081cee8f9e0 /tty-features.c
parent9a60d41db4da149275aecadee24d089af1db9ecb (diff)
Move the background colour to clear with (if any) up as well as the data
when scrolling, redraw problem reported by sthen@.
Diffstat (limited to 'tty-features.c')
-rw-r--r--tty-features.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tty-features.c b/tty-features.c
index ae0869e1..1996c750 100644
--- a/tty-features.c
+++ b/tty-features.c
@@ -33,8 +33,8 @@
* - alternate escape (under XT).
*
* Also:
- * - XT is used to decide whether to send DA and DSR,
- * - DECSLRM and DECFRA use a flag instead of capabilities.
+ * - XT is used to decide whether to send DA and DSR;
+ * - DECSLRM and DECFRA use a flag instead of capabilities;
* - UTF-8 is a separate flag on the client; needed for unattached clients.
*/