mirror of
https://github.com/tmux/tmux.git
synced 2024-12-13 01:48:47 +00:00
Spaces -> tabs.
This commit is contained in:
parent
28544391f5
commit
755d4863c8
6
status.c
6
status.c
@ -542,9 +542,9 @@ status_replace(struct client *c, struct session *s, struct winlink *wl,
|
||||
format_session(ft, s);
|
||||
format_winlink(ft, s, wl);
|
||||
format_window_pane(ft, wp);
|
||||
expanded = format_expand(ft, out);
|
||||
format_free(ft);
|
||||
return (expanded);
|
||||
expanded = format_expand(ft, out);
|
||||
format_free(ft);
|
||||
return (expanded);
|
||||
}
|
||||
|
||||
/* Figure out job name and get its result, starting it off if necessary. */
|
||||
|
Loading…
Reference in New Issue
Block a user