diff options
author | nicm <nicm> | 2015-11-12 11:07:10 +0000 |
---|---|---|
committer | nicm <nicm> | 2015-11-12 11:07:10 +0000 |
commit | a0f3999ce7b6df32324b493fa3c8007de93d2c48 (patch) | |
tree | 3def8fe0b7569b80387edb5bcc066990c038dc80 /format.c | |
parent | 69e0b8326ad0a983759518b90ed8632146341acf (diff) | |
download | rtmux-a0f3999ce7b6df32324b493fa3c8007de93d2c48.tar.gz rtmux-a0f3999ce7b6df32324b493fa3c8007de93d2c48.tar.bz2 rtmux-a0f3999ce7b6df32324b493fa3c8007de93d2c48.zip |
Remove the mouse_utf8_flag format as well.
Diffstat (limited to 'format.c')
-rw-r--r-- | format.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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); } |