Hi,

SunOS (actually using illumos here) uses PIDs in range of 100000 -
999999 in debug builds:

http://src.illumos.org/source/xref/illumos-gate/usr/src/uts/common/sys/param.h#100

so the "%hu" conversion in osdep_sunos.c gives incorrect
/proc/.../psinfo path, breaking window names update. I'm not sure what
the correct fix would be, but changing the format to just "%u" fixes the
problem for me.


Yuri

------------------------------------------------------------------------------
Doing More with Less: The Next Generation Virtual Desktop 
What are the key obstacles that have prevented many mid-market businesses
from deploying virtual desktops?   How do next-generation virtual desktops
provide companies an easier-to-deploy, easier-to-manage and more affordable
virtual desktop model.http://www.accelacomm.com/jaw/sfnl/114/51426474/
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to