diff --git a/doc_src/block.txt b/doc_src/block.txt new file mode 100644 index 000000000..e5fe2ed24 --- /dev/null +++ b/doc_src/block.txt @@ -0,0 +1,19 @@ + +\section block block - Temporarily block delivery of events + +\subsection block-synopsis Synopsis + block [OPTIONS...] + +\subsection block-description Description + +- -l or --local Release the block at the end of the currently innermost block scope +- -g or --global Never automatically release the lock +- -e or --erase Release global block + +\subsection block-example Example + +
block -g +#Do something that should not be interrupted +block -e ++