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

------------------------------------------------------------------------------
Using storage to extend the benefits of virtualization and iSCSI
Virtualization increases hardware utilization and delivers a new level of
agility. Learn what those decisions are and how to modernize your storage 
and backup environments for virtualization.
http://www.accelacomm.com/jaw/sfnl/114/51434361/
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to