Remove the mouse_utf8_flag format as well.

This commit is contained in:
nicm
2015-11-12 11:07:10 +00:00
parent 69e0b8326a
commit a0f3999ce7
2 changed files with 0 additions and 3 deletions

View File

@ -1138,8 +1138,6 @@ format_defaults_pane(struct format_tree *ft, struct window_pane *wp)
!!(wp->base.mode & MODE_MOUSE_STANDARD));
format_add(ft, "mouse_button_flag", "%d",
!!(wp->base.mode & MODE_MOUSE_BUTTON));
format_add(ft, "mouse_utf8_flag", "%d",
!!(wp->base.mode & MODE_MOUSE_UTF8));
format_add_cb(ft, "pane_tabs", format_cb_pane_tabs);
}