mirror of
https://github.com/tmux/tmux.git
synced 2025-12-18 00:02:54 -05:00
Merge branch 'obsd-master'
This commit is contained in:
commit
cf782c4f54
1
tmux.1
1
tmux.1
@ -3356,7 +3356,6 @@ All the notifications listed in the
|
|||||||
section are hooks (without any arguments), except
|
section are hooks (without any arguments), except
|
||||||
.Ic %exit .
|
.Ic %exit .
|
||||||
The following additional hooks are available:
|
The following additional hooks are available:
|
||||||
.Pp
|
|
||||||
.Bl -tag -width "XXXXXXXXXXXXXXXXXXXXXX"
|
.Bl -tag -width "XXXXXXXXXXXXXXXXXXXXXX"
|
||||||
.It alert-activity
|
.It alert-activity
|
||||||
Run when a window has activity.
|
Run when a window has activity.
|
||||||
|
|||||||
@ -931,7 +931,7 @@ window_tree_command_callback(struct client *c, void *modedata, const char *s,
|
|||||||
{
|
{
|
||||||
struct window_tree_modedata *data = modedata;
|
struct window_tree_modedata *data = modedata;
|
||||||
|
|
||||||
if (data->dead)
|
if (s == NULL || data->dead)
|
||||||
return (0);
|
return (0);
|
||||||
|
|
||||||
data->entered = s;
|
data->entered = s;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user