aboutsummaryrefslogtreecommitdiff
path: root/tty-features.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2020-04-24 16:47:38 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2020-04-24 16:47:38 +0100
commitf3d6d4e80251519577c52212e9fff1883abb51a5 (patch)
treebf996cb10b5e86e2bde9c3fe888d52120ffe4fc0 /tty-features.c
parent9b571daceec3ba038c669e90e20c3c0c2c755c57 (diff)
downloadrtmux-f3d6d4e80251519577c52212e9fff1883abb51a5.tar.gz
rtmux-f3d6d4e80251519577c52212e9fff1883abb51a5.tar.bz2
rtmux-f3d6d4e80251519577c52212e9fff1883abb51a5.zip
CUD is not a requirement and tweak some comments.
Diffstat (limited to 'tty-features.c')
-rw-r--r--tty-features.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tty-features.c b/tty-features.c
index 8d5602a3..30d3d1a0 100644
--- a/tty-features.c
+++ b/tty-features.c
@@ -28,10 +28,9 @@
* - mouse (under kmous capability);
* - default colours (under AX or op capabilities);
* - AIX colours (under colors >= 16);
- * - alternate escape (under XT).
+ * - alternate escape (if terminal is VT100-like).
*
* Also:
- * - XT is used to decide whether to send DA and XDA;
* - DECFRA uses a flag instead of capabilities;
* - UTF-8 is a separate flag on the client; needed for unattached clients.
*/