From e300a25f72fda2b3c71a8d52c7a56a37ac80def9 Mon Sep 17 00:00:00 2001 From: Ashish Kumar Yadav Date: Sat, 3 Oct 2020 16:04:40 +0530 Subject: [PATCH] Added info to blocks.h --- blocks.h | 1 + 1 file changed, 1 insertion(+) diff --git a/blocks.h b/blocks.h index cb60a91..6a000b0 100644 --- a/blocks.h +++ b/blocks.h @@ -11,6 +11,7 @@ * 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 + * output of the program should have a null or newline character at the end * pathc - path of the program to be executed on clicks */ static Block blocks[] = { /* pathu pathc interval signal */