mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Long lines and spacing fixes.
This commit is contained in:
@ -543,7 +543,8 @@ have_event:
|
||||
where = STATUS_RIGHT;
|
||||
break;
|
||||
case STYLE_RANGE_WINDOW:
|
||||
wl = winlink_find_by_index(&s->windows, sr->argument);
|
||||
wl = winlink_find_by_index(&s->windows,
|
||||
sr->argument);
|
||||
if (wl == NULL)
|
||||
return (KEYC_UNKNOWN);
|
||||
m->w = wl->window->id;
|
||||
|
Reference in New Issue
Block a user