Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Disable the function to modify the Terminals title
Baptiste Daroussin committed 12 years ago
commit faa111f284cddc9b1a48e03a969a3aea38b238c6
parent de63b9f
1 file changed +1 -1
modified pkg/event.c
@@ -46,7 +46,7 @@ print_and_set_term_title(struct sbuf *msg)
{
	sbuf_finish(msg);
	printf("%s", sbuf_data(msg));
-
	printf("\033]0; %s\007", sbuf_data(msg));
+
	/*printf("\033]0; %s\007", sbuf_data(msg));*/
	sbuf_delete(msg);
}