mirror of
https://github.com/tmux/tmux.git
synced 2024-12-14 19:18:48 +00:00
Merge branch 'obsd-master'
This commit is contained in:
commit
b853054e71
1
status.c
1
status.c
@ -1497,6 +1497,7 @@ status_prompt_complete(struct session *session, const char *s)
|
|||||||
out = status_prompt_complete_prefix(list, size);
|
out = status_prompt_complete_prefix(list, size);
|
||||||
if (out != NULL) {
|
if (out != NULL) {
|
||||||
xasprintf(&tmp, "-%c%s%s", copy[1], out, colon);
|
xasprintf(&tmp, "-%c%s%s", copy[1], out, colon);
|
||||||
|
free(out);
|
||||||
out = tmp;
|
out = tmp;
|
||||||
goto found;
|
goto found;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user