=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tty-keys.c,v retrieving revision 1.130 retrieving revision 1.131 diff -c -r1.130 -r1.131 *** src/usr.bin/tmux/tty-keys.c 2020/05/16 14:30:17 1.130 --- src/usr.bin/tmux/tty-keys.c 2020/05/16 15:41:54 1.131 *************** *** 1,4 **** ! /* $OpenBSD: tty-keys.c,v 1.130 2020/05/16 14:30:17 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tty-keys.c,v 1.131 2020/05/16 15:41:54 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 1064,1073 **** /* Add terminal features. */ switch (p[0]) { case 41: /* VT420 */ ! tty_add_features(&c->term_features, ! "margins," ! "rectfill", ! ","); break; case 'M': /* mintty */ tty_default_features(&c->term_features, "mintty", 0); --- 1064,1070 ---- /* Add terminal features. */ switch (p[0]) { case 41: /* VT420 */ ! tty_add_features(&c->term_features, "margins,rectfill", ","); break; case 'M': /* mintty */ tty_default_features(&c->term_features, "mintty", 0);