mirror of
https://github.com/tmux/tmux.git
synced 2026-05-30 22:26:18 +00:00
Remove another bit.
This commit is contained in:
1
cmd.c
1
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_client_entry;
|
||||||
extern const struct cmd_entry cmd_lock_server_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_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_pane_entry;
|
||||||
extern const struct cmd_entry cmd_move_window_entry;
|
extern const struct cmd_entry cmd_move_window_entry;
|
||||||
extern const struct cmd_entry cmd_new_pane_entry;
|
extern const struct cmd_entry cmd_new_pane_entry;
|
||||||
|
|||||||
@@ -468,7 +468,7 @@ key_bindings_init(void)
|
|||||||
"bind -n MouseDrag1Border { resize-pane -M }",
|
"bind -n MouseDrag1Border { resize-pane -M }",
|
||||||
|
|
||||||
/* Mouse button 1 down on status line. */
|
/* 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@ }",
|
"bind -n C-MouseDown1Status { swap-window -t@ }",
|
||||||
|
|
||||||
/* Mouse button 1 down on default pane-border-format */
|
/* Mouse button 1 down on default pane-border-format */
|
||||||
|
|||||||
Reference in New Issue
Block a user