[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#531597: #531597 xterm: escape sequences to set title are ignored even if allowTitleOps is set



On Mon, 10 Aug 2009, Julien Cristau wrote:

On Sun, Aug  9, 2009 at 17:54:23 -0400, Thomas Dickey wrote:

This is fixed in patch #244

Hi Thomas,

would you mind pointing at the change that fixes this?  On a quick look
over the diff between #243 and #244 I didn't find it.

that was a typo in an ifdef, in charproc.c:

@@ -398,7 +398,7 @@
     Bres(XtNallowFontOps, XtCAllowFontOps, screen.allowFontOp0, DEF_ALLOW_FONT),
     Bres(XtNallowTcapOps, XtCAllowTcapOps, screen.allowTcapOp0, DEF_ALLOW_TCAP),
     Bres(XtNallowTitleOps, XtCAllowTitleOps, screen.allowTitleOp0, DEF_ALLOW_TITLE),
-    Bres(XtNallowWindowOps, XtCAllowWindowOps, screen.allowWindowOp0, DEF_ALLOW_FONT),
+    Bres(XtNallowWindowOps, XtCAllowWindowOps, screen.allowWindowOp0, DEF_ALLOW_WINDOW),
     Bres(XtNaltIsNotMeta, XtCAltIsNotMeta, screen.alt_is_not_meta, False),
     Bres(XtNaltSendsEscape, XtCAltSendsEscape, screen.alt_sends_esc, False),
     Bres(XtNalwaysBoldMode, XtCAlwaysBoldMode, screen.always_bold_mode, False),


--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net



Reply to: