CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/03/21 12:47:56
Modified files:
usr.bin/tmux : input.c screen-write.c tmux.h
Log message:
Instead of loads of little screen_write_*_on and off functions which
just change mode flags, just have screen_write_mode_set and
screen_write_mode_clear.
