=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tty-features.c,v retrieving revision 1.7 retrieving revision 1.8 diff -c -r1.7 -r1.8 *** src/usr.bin/tmux/tty-features.c 2020/05/16 14:22:51 1.7 --- src/usr.bin/tmux/tty-features.c 2020/05/16 14:26:33 1.8 *************** *** 1,4 **** ! /* $OpenBSD: tty-features.c,v 1.7 2020/05/16 14:22:51 nicm Exp $ */ /* * Copyright (c) 2020 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tty-features.c,v 1.8 2020/05/16 14:26:33 nicm Exp $ */ /* * Copyright (c) 2020 Nicholas Marriott *************** *** 27,33 **** * Still hardcoded: * - bracket paste (sent if application asks for it); * - mouse (under kmous capability); ! * - focus events (under focus-events option); * - default colours (under AX or op capabilities); * - AIX colours (under colors >= 16); * - alternate escape (under XT). --- 27,33 ---- * Still hardcoded: * - bracket paste (sent if application asks for it); * - mouse (under kmous capability); ! * - focus events (under XT and focus-events option); * - default colours (under AX or op capabilities); * - AIX colours (under colors >= 16); * - alternate escape (under XT).