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.