Merge branch 'obsd-master' into master

This commit is contained in:
Thomas Adam
2021-08-23 16:06:46 +01:00
14 changed files with 352 additions and 258 deletions

View File

@ -177,6 +177,7 @@ spawn_window(struct spawn_context *sc, char **cause)
/* Set the name of the new window. */
if (~sc->flags & SPAWN_RESPAWN) {
free(w->name);
if (sc->name != NULL) {
w->name = format_single(item, sc->name, c, s, NULL,
NULL);