mirror of
https://github.com/tmux/tmux.git
synced 2025-09-01 20:57:00 +00:00
Merge branch 'obsd-master'
This commit is contained in:
@ -931,7 +931,7 @@ window_tree_command_callback(struct client *c, void *modedata, const char *s,
|
||||
{
|
||||
struct window_tree_modedata *data = modedata;
|
||||
|
||||
if (data->dead)
|
||||
if (s == NULL || data->dead)
|
||||
return (0);
|
||||
|
||||
data->entered = s;
|
||||
|
Reference in New Issue
Block a user