CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2009/06/27 08:40:23
Modified files: usr.bin/tmux : window-clock.c Log message: Use gmtime_r so the current time isn't overwritten, the minute comparison works and the clock is actually updated. It was already used for lock-server but not here.