diff --git a/cmd.c b/cmd.c index 26ce8961..6916da70 100644 --- a/cmd.c +++ b/cmd.c @@ -69,7 +69,6 @@ extern const struct cmd_entry cmd_load_buffer_entry; extern const struct cmd_entry cmd_lock_client_entry; extern const struct cmd_entry cmd_lock_server_entry; extern const struct cmd_entry cmd_lock_session_entry; -extern const struct cmd_entry cmd_float_pane_entry; extern const struct cmd_entry cmd_move_pane_entry; extern const struct cmd_entry cmd_move_window_entry; extern const struct cmd_entry cmd_new_pane_entry; diff --git a/key-bindings.c b/key-bindings.c index 86d41baa..2666de00 100644 --- a/key-bindings.c +++ b/key-bindings.c @@ -468,7 +468,7 @@ key_bindings_init(void) "bind -n MouseDrag1Border { resize-pane -M }", /* Mouse button 1 down on status line. */ - "bind -n MouseDown1Status { switch-client -t= }", + "bind -n MouseDown1Status { switch-client -t= }", "bind -n C-MouseDown1Status { swap-window -t@ }", /* Mouse button 1 down on default pane-border-format */