--- misc.c.orig 2019-09-07 19:53:49.230148000 +0300 +++ misc.c 2019-09-07 19:53:58.973648000 +0300 @@ -3184,7 +3184,7 @@ /***====================================================================***/ -#define IsSetUtf8Title(xw) (IsTitleMode(xw, tmSetUtf8) || (xw->screen.utf8_title)) +#define IsSetUtf8Title(xw) 1 static Bool xtermIsPrintable(XtermWidget xw, Char **bufp, Char *last)