CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2017/01/09 14:03:25

Modified files:
        usr.bin/tmux   : format.c tmux.1 tmux.h 

Log message:
Add simple comparisons in formats: #{==:a,b} and #{!=:a,b} ("a" and "b"
are expanded so can compare formats). And expand the condition to
#{?a,b,c} (the "a" part) if it doesn't work as a simple lookup.

Also add FORMAT_NOJOBS flag to disable jobs in a format.

Reply via email to