Commit Diff


commit - a37d1a1c5a31a55446ae3f647aa2dfd9d27babd4
commit + 47f9af782fce9aaf472c3d624094a58cac24c267
blob - 878802ee8a3c2c9cfb3f230b6213df55d25d10e3
blob + 74418030e8c0876058277924bc327014757d0d5d
--- ui.c
+++ ui.c
@@ -894,7 +894,7 @@ redraw_tab(struct tab *tab)
 	doupdate();
 
 	if (set_title)
-		dprintf(1, "\033]0;%s - Telescope\a",
+		dprintf(1, "\033]2;%s - Telescope\a",
 		    current_tab->buffer.page.title);
 }