PuTTY bug pterm-windowid

This is a mirror. Follow this link to find the primary PuTTY web site.

Home | FAQ | Feedback | Licence | Updates | Mirrors | Keys | Links | Team
Download: Stable · Snapshot | Docs | Changes | Wishlist

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: r2912 83da92826e43ea04ece160527571f1f82100b3cf 2003-03-07 (0.54)
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 had a patch for this, which was applied.


If you want to comment on this web site, see the Feedback page.
Audit trail for this bug.
(last revision of this bug record was at 2016-12-27 11:40:21 +0000)