PuTTY bug pterm-windowid

Home | Licence | FAQ | Docs | Download | Keys | Links
Mirrors | Updates | Feedback | Changes | Wishlist | Team

summary: pterm should set WINDOWID environment variable
class: bug: This is clearly an actual problem we want fixed.
difficulty: fun: Just needs tuits, and not many of them.
priority: medium: This should be fixed one day.
fixed-in: 2003-03-07 (0.54) (0.55) (0.56) (0.57) (0.58) (0.59) (0.60) (0.61) (0.62)
xterm sets the WINDOWID environment variable to the Window ID.  Since
some programs (Ian's xterm-titler program and w3m-img) use the
WINDOWID, pterm should set it too.

It looks to me like something in pterm.c needs to say something like:

windowid = GDK_WINDOW_XWINDOW(inst->window);

...and then something in pty.c can stuff that into the environment
variable.

Richard Boulton has a patch for this, which has now been applied.

Audit trail for this bug.


If you want to comment on this web site, see the Feedback page.
(last revision of this bug record was at 2004-11-16 15:27:00 +0000)