=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/format.c,v retrieving revision 1.270 retrieving revision 1.271 diff -u -r1.270 -r1.271 --- src/usr.bin/tmux/format.c 2021/01/20 07:16:54 1.270 +++ src/usr.bin/tmux/format.c 2021/01/29 09:48:43 1.271 @@ -1,4 +1,4 @@ -/* $OpenBSD: format.c,v 1.270 2021/01/20 07:16:54 nicm Exp $ */ +/* $OpenBSD: format.c,v 1.271 2021/01/29 09:48:43 nicm Exp $ */ /* * Copyright (c) 2011 Nicholas Marriott @@ -3037,9 +3037,6 @@ format_add(ft, "history_limit", "%u", gd->hlimit); format_add_cb(ft, "history_bytes", format_cb_history_bytes); format_add_cb(ft, "history_all_bytes", format_cb_history_all_bytes); - - format_add(ft, "pane_written", "%zu", wp->written); - format_add(ft, "pane_skipped", "%zu", wp->skipped); if (window_pane_index(wp, &idx) != 0) fatalx("index not found");