CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2009/07/22 10:45:31
Modified files: usr.bin/tmux : screen-write.c tmux.h tty-write.c tty.c Log message: There are relatively few arguments to tty_cmd_* functions now, so tidy them up by using a struct rather than hiding everything with varargs.