CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2012/09/03 00:26:48
Modified files: usr.bin/tmux : tty-keys.c Log message: Can't call evtimer_pending on uninitialized events, call evtimer_initialized first. Reported by Vladimir Lomov, fix from Thomas Adam slightly modified by me.