=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tty-features.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- src/usr.bin/tmux/tty-features.c 2020/04/21 13:48:56 1.5 +++ src/usr.bin/tmux/tty-features.c 2020/05/16 14:16:25 1.6 @@ -1,4 +1,4 @@ -/* $OpenBSD: tty-features.c,v 1.5 2020/04/21 13:48:56 nicm Exp $ */ +/* $OpenBSD: tty-features.c,v 1.6 2020/05/16 14:16:25 nicm Exp $ */ /* * Copyright (c) 2020 Nicholas Marriott @@ -33,7 +33,7 @@ * - alternate escape (under XT). * * Also: - * - XT is used to decide whether to send DA and DSR; + * - XT is used to decide whether to send DA and XDA; * - DECSLRM and DECFRA use a flag instead of capabilities; * - UTF-8 is a separate flag on the client; needed for unattached clients. */