Display of the checkout owner in window banner
Problem
I would like control the display of the checkout owner in the cell view window header:
Solution
The 'VSC_DISPLAY_COSTATUS' variable can be used to control the display of the checkout owner in the window banner:
;;;---------------------------------------------------------------------------- ;;; If a cellview is checked out, show the checkout owner in the window header ;;; - valid only if VSC_DISPLAY_WINHEAD is set ;;; ;;; nil - do not show the checkout owner in the window header ;;; t - show the checkout owner in the window header ;;; ;;; VSC_DISPLAY_COSTATUS: Dynamic ;;;---------------------------------------------------------------------------- VSC_DISPLAY_COSTATUS = t
'VSC_DISPLAY_COSTATUS' is set in the 'versic.conf' file located under the path specified by the 'VSC_CONFIG_DIR' environment variable.