CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/08/28 10:46:40
Modified files:
usr.bin/tmux : format.c
Log message:
Allow formats to be specified as functions (in the code) so they are
only evaluated on demand rather than each time a format tree is
constructed. Use this for expensive formats like pane_current_command.
