=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/format.c,v retrieving revision 1.267 retrieving revision 1.268 diff -c -r1.267 -r1.268 *** src/usr.bin/tmux/format.c 2020/12/01 08:12:58 1.267 --- src/usr.bin/tmux/format.c 2020/12/15 08:31:50 1.268 *************** *** 1,4 **** ! /* $OpenBSD: format.c,v 1.267 2020/12/01 08:12:58 nicm Exp $ */ /* * Copyright (c) 2011 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: format.c,v 1.268 2020/12/15 08:31:50 nicm Exp $ */ /* * Copyright (c) 2011 Nicholas Marriott *************** *** 3085,3091 **** format_add_cb(ft, "pane_in_mode", format_cb_pane_in_mode); format_add(ft, "pane_synchronized", "%d", ! !!options_get_number(w->options, "synchronize-panes")); if (wp->searchstr != NULL) format_add(ft, "pane_search_string", "%s", wp->searchstr); --- 3085,3091 ---- format_add_cb(ft, "pane_in_mode", format_cb_pane_in_mode); format_add(ft, "pane_synchronized", "%d", ! !!options_get_number(wp->options, "synchronize-panes")); if (wp->searchstr != NULL) format_add(ft, "pane_search_string", "%s", wp->searchstr);