CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/07/22 12:02:23
Modified files:
usr.bin/tmux : screen-write.c tmux.h tty-write.c tty.c
Log message:
enum tty_cmd is only used as an index into the array of command function
pointers, so remove it and use the function pointers directly to represent
themselves.
