CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/06/26 09:13:40
Modified files:
usr.bin/tmux : status.c screen-write.c
Log message:
Status line fixes: don't truncate status-right now the length calculation is
done for UTF-8, limit to the maximum length correctly when printing, and always
print a space even if the left string is longer than the width available.
