CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/04/25 02:28:21
Modified files:
usr.bin/tmux : format.c tmux.1
Log message:
Add more features for boolean expressions in formats: 1) extend && and
|| to support arbitrarily many arguments and 2) add ! and !! for not and
not-not.
