=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/cmd-send-keys.c,v retrieving revision 1.65 retrieving revision 1.66 diff -c -r1.65 -r1.66 *** src/usr.bin/tmux/cmd-send-keys.c 2020/05/27 14:45:35 1.65 --- src/usr.bin/tmux/cmd-send-keys.c 2021/08/11 20:49:55 1.66 *************** *** 1,4 **** ! /* $OpenBSD: cmd-send-keys.c,v 1.65 2020/05/27 14:45:35 nicm Exp $ */ /* * Copyright (c) 2008 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: cmd-send-keys.c,v 1.66 2021/08/11 20:49:55 nicm Exp $ */ /* * Copyright (c) 2008 Nicholas Marriott *************** *** 197,204 **** } if (args_has(args, 'R')) { ! window_pane_reset_palette(wp); input_reset(wp->ictx, 1); } for (; np != 0; np--) { --- 197,205 ---- } if (args_has(args, 'R')) { ! colour_palette_clear(&wp->palette); input_reset(wp->ictx, 1); + wp->flags |= (PANE_STYLECHANGED|PANE_REDRAW); } for (; np != 0; np--) {