~martanne/dvtm

6517e147b048a8f3b42edbb866bbbe7a4cb68716 — Marc André Tanner 2 years ago a7bbe62 + be6c3f8
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);
	}
}