Merge branch 'master' of https://github.com/laserswald/dvtm
1 files changed, 1 insertions(+), 0 deletions(-) M dvtm.c
M dvtm.c => dvtm.c +1 -0
@@ 558,6 558,7 @@ settitle(Client *c) { if (t && (term = getenv("TERM")) && !strstr(term, "linux")) { printf("\033]0;%s\007", t); fflush(stdout); + wnoutrefresh(c->window); } }