Mentioning realtime is not really required

This commit is contained in:
Ashish Kumar Yadav 2020-09-08 00:42:08 +05:30
parent f6afe3c37f
commit 637e252c01

View file

@ -7,7 +7,7 @@
* If interval is set to a negative value, the block will never be updated in the main loop.
* Set signal to 0 if signalling is not required for the block.
* Signal must be less than 10 for clickable blocks.
* If multiple realtime signals are pending, then the lowest numbered signal is delivered first. */
* If multiple signals are pending, then the lowest numbered one will be delivered first. */
/* pathu - path of the program whose output is to be used for status text
* pathc - path of the program to be executed on clicks */