Your IP : 216.73.216.48


Current Path : /usr/X11R6/share/zsh/5.2/functions/
Upload File :
Current File : //usr/X11R6/share/zsh/5.2/functions/_x_borderwidth

#autoload

local x="$argv[(I)-X]"

if (( x )); then
  _message -r "$argv[x + 1]"
else
  _message -e values 'border width'
fi