CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2009/07/30 10:32:12
Modified files: usr.bin/tmux : Makefile client-fn.c client.c tmux.h Removed files: usr.bin/tmux : client-msg.c Log message: There aren't many client message types or code to handle them so get rid of the lookup table and use a switch, merge the tiny handler functions into it, and move the whole lot to client.c. Also change client_msg_dispatch to consume as many messages as possible and move the call to it to the right place so it checks for signals afterwards. Prompted by suggestions from e...@.